public class AdParam extends Object
AdParam objects
(one for each value of paramIndex) per ad group
Keyword
criterion.
When setting or removing an AdParam, it is uniquely
identified by the combination of these three fields:
adGroupIdcriterionIdparamIndexJava class for AdParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdParam">
<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="criterionId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="insertionText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="paramIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
criterionId |
protected String |
insertionText |
protected Integer |
paramIndex |
| Constructor and Description |
|---|
AdParam() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getCriterionId()
Gets the value of the criterionId property.
|
String |
getInsertionText()
Gets the value of the insertionText property.
|
Integer |
getParamIndex()
Gets the value of the paramIndex property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setCriterionId(Long value)
Sets the value of the criterionId property.
|
void |
setInsertionText(String value)
Sets the value of the insertionText property.
|
void |
setParamIndex(Integer value)
Sets the value of the paramIndex property.
|
protected Long adGroupId
protected Long criterionId
protected String insertionText
protected Integer paramIndex
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic Long getCriterionId()
Longpublic void setCriterionId(Long value)
value - allowed object is
Longpublic String getInsertionText()
Stringpublic void setInsertionText(String value)
value - allowed object is
Stringpublic Integer getParamIndex()
IntegerCopyright © 2023. All rights reserved.