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