public class DeleteKeywordsRequest 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="KeywordIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected ArrayOflong |
keywordIds |
| Constructor and Description |
|---|
DeleteKeywordsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
ArrayOflong |
getKeywordIds()
Gets the value of the keywordIds property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setKeywordIds(ArrayOflong value)
Sets the value of the keywordIds property.
|
protected Long adGroupId
protected ArrayOflong keywordIds
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic ArrayOflong getKeywordIds()
ArrayOflongpublic void setKeywordIds(ArrayOflong value)
value - allowed object is
ArrayOflongCopyright © 2024. All rights reserved.