public class ContactLabelsResponse 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 |
|---|
ContactLabelsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getLabelId()
label_id integer
|
String |
getLabelName()
label_name string
|
int |
hashCode() |
ContactLabelsResponse |
labelId(Long labelId) |
ContactLabelsResponse |
labelName(String labelName) |
void |
setLabelId(Long labelId) |
void |
setLabelName(String labelName) |
String |
toString() |
public static final String SERIALIZED_NAME_LABEL_NAME
public static final String SERIALIZED_NAME_LABEL_ID
public ContactLabelsResponse labelName(String labelName)
public String getLabelName()
public void setLabelName(String labelName)
public ContactLabelsResponse labelId(Long labelId)
public Long getLabelId()
public void setLabelId(Long labelId)
Copyright © 2019. All Rights Reserved.