public class AdGroupAdLabel extends Object
Java class for AdGroupAdLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupAdLabel">
<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="adId" 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 |
adId |
protected Long |
labelId |
| Constructor and Description |
|---|
AdGroupAdLabel() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getAdId()
Gets the value of the adId property.
|
Long |
getLabelId()
Gets the value of the labelId property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setAdId(Long value)
Sets the value of the adId property.
|
void |
setLabelId(Long value)
Sets the value of the labelId property.
|
protected Long adGroupId
protected Long adId
protected Long labelId
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic void setAdId(Long value)
value - allowed object is
Longpublic Long getLabelId()
LongCopyright © 2023. All rights reserved.