public class AccountLabel extends Object
Note that these are not interchangeable with campaign management labels, and are owned by manager customers.
Java class for AccountLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountLabel">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
| Constructor and Description |
|---|
AccountLabel() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
Copyright © 2023. All rights reserved.