public class UpdateKeywordsRequest 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="Keywords" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfKeyword" 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 Long |
adGroupId |
protected ArrayOfKeyword |
keywords |
protected Boolean |
returnInheritedBidStrategyTypes |
| Constructor and Description |
|---|
UpdateKeywordsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
ArrayOfKeyword |
getKeywords()
Gets the value of the keywords property.
|
Boolean |
getReturnInheritedBidStrategyTypes()
Gets the value of the returnInheritedBidStrategyTypes property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setKeywords(ArrayOfKeyword value)
Sets the value of the keywords property.
|
void |
setReturnInheritedBidStrategyTypes(Boolean value)
Sets the value of the returnInheritedBidStrategyTypes property.
|
protected Long adGroupId
protected ArrayOfKeyword keywords
protected Boolean returnInheritedBidStrategyTypes
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic ArrayOfKeyword getKeywords()
ArrayOfKeywordpublic void setKeywords(ArrayOfKeyword value)
value - allowed object is
ArrayOfKeywordpublic Boolean getReturnInheritedBidStrategyTypes()
BooleanCopyright © 2024. All rights reserved.