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