public class Label extends Object
Java class for Label complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Label">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{https://adwords.google.com/api/adwords/cm/v201809}Label.Status" minOccurs="0"/>
<element name="attribute" type="{https://adwords.google.com/api/adwords/cm/v201809}LabelAttribute" minOccurs="0"/>
<element name="Label.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LabelAttribute |
attribute |
protected Long |
id |
protected String |
labelType |
protected String |
name |
protected LabelStatus |
status |
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
LabelAttribute |
getAttribute()
Gets the value of the attribute property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getLabelType()
Gets the value of the labelType property.
|
String |
getName()
Gets the value of the name property.
|
LabelStatus |
getStatus()
Gets the value of the status property.
|
void |
setAttribute(LabelAttribute value)
Sets the value of the attribute property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setLabelType(String value)
Sets the value of the labelType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(LabelStatus value)
Sets the value of the status property.
|
protected Long id
protected String name
protected LabelStatus status
protected LabelAttribute attribute
protected String labelType
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic LabelStatus getStatus()
LabelStatuspublic void setStatus(LabelStatus value)
value - allowed object is
LabelStatuspublic LabelAttribute getAttribute()
LabelAttributepublic void setAttribute(LabelAttribute value)
value - allowed object is
LabelAttributepublic String getLabelType()
StringCopyright © 2023. All rights reserved.