public class AllianceContactsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AllianceContactsResponse.ContactTypeEnum
contact_type string
|
| Constructor and Description |
|---|
AllianceContactsResponse() |
| Modifier and Type | Method and Description |
|---|---|
AllianceContactsResponse |
contactId(Integer contactId) |
AllianceContactsResponse |
contactType(AllianceContactsResponse.ContactTypeEnum contactType) |
boolean |
equals(Object o) |
Integer |
getContactId()
contact_id integer
|
AllianceContactsResponse.ContactTypeEnum |
getContactType()
contact_type string
|
Long |
getLabelId()
Custom label of the contact
|
Float |
getStanding()
Standing of the contact
|
int |
hashCode() |
AllianceContactsResponse |
labelId(Long labelId) |
void |
setContactId(Integer contactId) |
void |
setContactType(AllianceContactsResponse.ContactTypeEnum contactType) |
void |
setLabelId(Long labelId) |
void |
setStanding(Float standing) |
AllianceContactsResponse |
standing(Float standing) |
String |
toString() |
public AllianceContactsResponse standing(Float standing)
public Float getStanding()
public void setStanding(Float standing)
public AllianceContactsResponse contactType(AllianceContactsResponse.ContactTypeEnum contactType)
public AllianceContactsResponse.ContactTypeEnum getContactType()
public void setContactType(AllianceContactsResponse.ContactTypeEnum contactType)
public AllianceContactsResponse contactId(Integer contactId)
public Integer getContactId()
public void setContactId(Integer contactId)
public AllianceContactsResponse labelId(Long labelId)
public Long getLabelId()
public void setLabelId(Long labelId)
Copyright © 2018. All Rights Reserved.