public class GetAdsByIdsRequest 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="AdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AdIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="AdTypes" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAdType" minOccurs="0"/>
<element name="ReturnAdditionalFields" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdAdditionalField" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected ArrayOflong |
adIds |
protected ArrayOfAdType |
adTypes |
protected Collection<AdAdditionalField> |
returnAdditionalFields |
| Constructor and Description |
|---|
GetAdsByIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
ArrayOflong |
getAdIds()
Gets the value of the adIds property.
|
ArrayOfAdType |
getAdTypes()
Gets the value of the adTypes property.
|
Collection<AdAdditionalField> |
getReturnAdditionalFields()
Gets the value of the returnAdditionalFields property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setAdIds(ArrayOflong value)
Sets the value of the adIds property.
|
void |
setAdTypes(ArrayOfAdType value)
Sets the value of the adTypes property.
|
void |
setReturnAdditionalFields(Collection<AdAdditionalField> value)
Sets the value of the returnAdditionalFields property.
|
protected Long adGroupId
protected ArrayOflong adIds
protected ArrayOfAdType adTypes
protected Collection<AdAdditionalField> returnAdditionalFields
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic ArrayOflong getAdIds()
ArrayOflongpublic void setAdIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic ArrayOfAdType getAdTypes()
ArrayOfAdTypepublic void setAdTypes(ArrayOfAdType value)
value - allowed object is
ArrayOfAdTypepublic Collection<AdAdditionalField> getReturnAdditionalFields()
Stringpublic void setReturnAdditionalFields(Collection<AdAdditionalField> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.