public class DownloadCampaignsByCampaignIdsRequest 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="Campaigns" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfCampaignScope" minOccurs="0"/>
<element name="CompressionType" type="{https://bingads.microsoft.com/CampaignManagement/v13}CompressionType" minOccurs="0"/>
<element name="DataScope" type="{https://bingads.microsoft.com/CampaignManagement/v13}DataScope" minOccurs="0"/>
<element name="DownloadEntities" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfDownloadEntity" minOccurs="0"/>
<element name="DownloadFileType" type="{https://bingads.microsoft.com/CampaignManagement/v13}DownloadFileType" minOccurs="0"/>
<element name="FormatVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastSyncTimeInUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCampaignScope |
campaigns |
protected CompressionType |
compressionType |
protected Collection<DataScope> |
dataScope |
protected ArrayOfDownloadEntity |
downloadEntities |
protected DownloadFileType |
downloadFileType |
protected String |
formatVersion |
protected Calendar |
lastSyncTimeInUTC |
| Constructor and Description |
|---|
DownloadCampaignsByCampaignIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCampaignScope |
getCampaigns()
Gets the value of the campaigns property.
|
CompressionType |
getCompressionType()
Gets the value of the compressionType property.
|
Collection<DataScope> |
getDataScope()
Gets the value of the dataScope property.
|
ArrayOfDownloadEntity |
getDownloadEntities()
Gets the value of the downloadEntities property.
|
DownloadFileType |
getDownloadFileType()
Gets the value of the downloadFileType property.
|
String |
getFormatVersion()
Gets the value of the formatVersion property.
|
Calendar |
getLastSyncTimeInUTC()
Gets the value of the lastSyncTimeInUTC property.
|
void |
setCampaigns(ArrayOfCampaignScope value)
Sets the value of the campaigns property.
|
void |
setCompressionType(CompressionType value)
Sets the value of the compressionType property.
|
void |
setDataScope(Collection<DataScope> value)
Sets the value of the dataScope property.
|
void |
setDownloadEntities(ArrayOfDownloadEntity value)
Sets the value of the downloadEntities property.
|
void |
setDownloadFileType(DownloadFileType value)
Sets the value of the downloadFileType property.
|
void |
setFormatVersion(String value)
Sets the value of the formatVersion property.
|
void |
setLastSyncTimeInUTC(Calendar value)
Sets the value of the lastSyncTimeInUTC property.
|
protected ArrayOfCampaignScope campaigns
protected CompressionType compressionType
protected Collection<DataScope> dataScope
protected ArrayOfDownloadEntity downloadEntities
protected DownloadFileType downloadFileType
protected String formatVersion
protected Calendar lastSyncTimeInUTC
public DownloadCampaignsByCampaignIdsRequest()
public ArrayOfCampaignScope getCampaigns()
ArrayOfCampaignScopepublic void setCampaigns(ArrayOfCampaignScope value)
value - allowed object is
ArrayOfCampaignScopepublic CompressionType getCompressionType()
CompressionTypepublic void setCompressionType(CompressionType value)
value - allowed object is
CompressionTypepublic Collection<DataScope> getDataScope()
Stringpublic void setDataScope(Collection<DataScope> value)
value - allowed object is
Stringpublic ArrayOfDownloadEntity getDownloadEntities()
ArrayOfDownloadEntitypublic void setDownloadEntities(ArrayOfDownloadEntity value)
value - allowed object is
ArrayOfDownloadEntitypublic DownloadFileType getDownloadFileType()
DownloadFileTypepublic void setDownloadFileType(DownloadFileType value)
value - allowed object is
DownloadFileTypepublic String getFormatVersion()
Stringpublic void setFormatVersion(String value)
value - allowed object is
Stringpublic Calendar getLastSyncTimeInUTC()
StringCopyright © 2024. All rights reserved.