public class GetAdsByEditorialStatusRequest 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="EditorialStatus" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdEditorialStatus" 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 ArrayOfAdType |
adTypes |
protected AdEditorialStatus |
editorialStatus |
protected Collection<AdAdditionalField> |
returnAdditionalFields |
| Constructor and Description |
|---|
GetAdsByEditorialStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
ArrayOfAdType |
getAdTypes()
Gets the value of the adTypes property.
|
AdEditorialStatus |
getEditorialStatus()
Gets the value of the editorialStatus property.
|
Collection<AdAdditionalField> |
getReturnAdditionalFields()
Gets the value of the returnAdditionalFields property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setAdTypes(ArrayOfAdType value)
Sets the value of the adTypes property.
|
void |
setEditorialStatus(AdEditorialStatus value)
Sets the value of the editorialStatus property.
|
void |
setReturnAdditionalFields(Collection<AdAdditionalField> value)
Sets the value of the returnAdditionalFields property.
|
protected Long adGroupId
protected AdEditorialStatus editorialStatus
protected ArrayOfAdType adTypes
protected Collection<AdAdditionalField> returnAdditionalFields
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic AdEditorialStatus getEditorialStatus()
AdEditorialStatuspublic void setEditorialStatus(AdEditorialStatus value)
value - allowed object is
AdEditorialStatuspublic 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.