public class GetGeoLocationsFileUrlRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LanguageLocale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CompressionType" type="{https://bingads.microsoft.com/CampaignManagement/v13}CompressionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CompressionType |
compressionType |
protected String |
languageLocale |
protected String |
version |
| Constructor and Description |
|---|
GetGeoLocationsFileUrlRequest() |
| Modifier and Type | Method and Description |
|---|---|
CompressionType |
getCompressionType()
Gets the value of the compressionType property.
|
String |
getLanguageLocale()
Gets the value of the languageLocale property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCompressionType(CompressionType value)
Sets the value of the compressionType property.
|
void |
setLanguageLocale(String value)
Sets the value of the languageLocale property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String languageLocale
protected CompressionType compressionType
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getLanguageLocale()
Stringpublic void setLanguageLocale(String value)
value - allowed object is
Stringpublic CompressionType getCompressionType()
CompressionTypepublic void setCompressionType(CompressionType value)
value - allowed object is
CompressionTypeCopyright © 2024. All rights reserved.