public class AdGroupLabel extends Object
AdGroup.
Java class for AdGroupLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupLabel">
<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="labelId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
labelId |
| Constructor and Description |
|---|
AdGroupLabel() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getLabelId()
Gets the value of the labelId property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setLabelId(Long value)
Sets the value of the labelId property.
|
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic Long getLabelId()
LongCopyright © 2023. All rights reserved.