public class UpdateAdGroupsRequest 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="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AdGroups" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAdGroup" minOccurs="0"/>
<element name="UpdateAudienceAdsBidAdjustment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ReturnInheritedBidStrategyTypes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfAdGroup |
adGroups |
protected Long |
campaignId |
protected Boolean |
returnInheritedBidStrategyTypes |
protected Boolean |
updateAudienceAdsBidAdjustment |
| Constructor and Description |
|---|
UpdateAdGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfAdGroup |
getAdGroups()
Gets the value of the adGroups property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
Boolean |
getReturnInheritedBidStrategyTypes()
Gets the value of the returnInheritedBidStrategyTypes property.
|
Boolean |
getUpdateAudienceAdsBidAdjustment()
Gets the value of the updateAudienceAdsBidAdjustment property.
|
void |
setAdGroups(ArrayOfAdGroup value)
Sets the value of the adGroups property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setReturnInheritedBidStrategyTypes(Boolean value)
Sets the value of the returnInheritedBidStrategyTypes property.
|
void |
setUpdateAudienceAdsBidAdjustment(Boolean value)
Sets the value of the updateAudienceAdsBidAdjustment property.
|
protected Long campaignId
protected ArrayOfAdGroup adGroups
protected Boolean updateAudienceAdsBidAdjustment
protected Boolean returnInheritedBidStrategyTypes
public Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic ArrayOfAdGroup getAdGroups()
ArrayOfAdGrouppublic void setAdGroups(ArrayOfAdGroup value)
value - allowed object is
ArrayOfAdGrouppublic Boolean getUpdateAudienceAdsBidAdjustment()
Booleanpublic void setUpdateAudienceAdsBidAdjustment(Boolean value)
value - allowed object is
Booleanpublic Boolean getReturnInheritedBidStrategyTypes()
BooleanCopyright © 2024. All rights reserved.