public class AllianceContactsLabelsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LABEL_ID |
static String |
SERIALIZED_NAME_LABEL_NAME |
| Constructor and Description |
|---|
AllianceContactsLabelsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getLabelId()
label_id integer
|
String |
getLabelName()
label_name string
|
int |
hashCode() |
AllianceContactsLabelsResponse |
labelId(Long labelId) |
AllianceContactsLabelsResponse |
labelName(String labelName) |
void |
setLabelId(Long labelId) |
void |
setLabelName(String labelName) |
String |
toString() |
public static final String SERIALIZED_NAME_LABEL_ID
public static final String SERIALIZED_NAME_LABEL_NAME
public AllianceContactsLabelsResponse labelId(Long labelId)
public Long getLabelId()
public void setLabelId(Long labelId)
public AllianceContactsLabelsResponse labelName(String labelName)
public String getLabelName()
public void setLabelName(String labelName)
Copyright © 2020. All Rights Reserved.