public class GetCampaignsByIdsRequest 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="AccountId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CampaignIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="CampaignType" type="{https://bingads.microsoft.com/CampaignManagement/v13}CampaignType" minOccurs="0"/>
<element name="ReturnAdditionalFields" type="{https://bingads.microsoft.com/CampaignManagement/v13}CampaignAdditionalField" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected ArrayOflong |
campaignIds |
protected Collection<CampaignType> |
campaignType |
protected Collection<CampaignAdditionalField> |
returnAdditionalFields |
| Constructor and Description |
|---|
GetCampaignsByIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
ArrayOflong |
getCampaignIds()
Gets the value of the campaignIds property.
|
Collection<CampaignType> |
getCampaignType()
Gets the value of the campaignType property.
|
Collection<CampaignAdditionalField> |
getReturnAdditionalFields()
Gets the value of the returnAdditionalFields property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setCampaignIds(ArrayOflong value)
Sets the value of the campaignIds property.
|
void |
setCampaignType(Collection<CampaignType> value)
Sets the value of the campaignType property.
|
void |
setReturnAdditionalFields(Collection<CampaignAdditionalField> value)
Sets the value of the returnAdditionalFields property.
|
protected Long accountId
protected ArrayOflong campaignIds
protected Collection<CampaignType> campaignType
protected Collection<CampaignAdditionalField> returnAdditionalFields
public Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic ArrayOflong getCampaignIds()
ArrayOflongpublic void setCampaignIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic Collection<CampaignType> getCampaignType()
Stringpublic void setCampaignType(Collection<CampaignType> value)
value - allowed object is
Stringpublic Collection<CampaignAdditionalField> getReturnAdditionalFields()
Stringpublic void setReturnAdditionalFields(Collection<CampaignAdditionalField> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.