Package net.troja.eve.esi.model
Class AllianceContactsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.AllianceContactsResponse
-
- All Implemented Interfaces:
Serializable
public class AllianceContactsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllianceContactsResponse.ContactTypeEnumcontact_type string
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONTACT_IDstatic StringSERIALIZED_NAME_CONTACT_TYPEstatic StringSERIALIZED_NAME_LABEL_IDSstatic StringSERIALIZED_NAME_STANDING
-
Constructor Summary
Constructors Constructor Description AllianceContactsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllianceContactsResponseaddLabelIdsItem(Long labelIdsItem)AllianceContactsResponsecontactId(Integer contactId)AllianceContactsResponsecontactType(AllianceContactsResponse.ContactTypeEnum contactTypeEnum)AllianceContactsResponsecontactTypeString(String contactType)booleanequals(Object o)IntegergetContactId()contact_id integerAllianceContactsResponse.ContactTypeEnumgetContactType()contact_type stringStringgetContactTypeString()List<Long>getLabelIds()label_ids arrayFloatgetStanding()Standing of the contactinthashCode()AllianceContactsResponselabelIds(List<Long> labelIds)voidsetContactId(Integer contactId)voidsetContactType(AllianceContactsResponse.ContactTypeEnum contactTypeEnum)voidsetContactTypeString(String contactType)voidsetLabelIds(List<Long> labelIds)voidsetStanding(Float standing)AllianceContactsResponsestanding(Float standing)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONTACT_ID
public static final String SERIALIZED_NAME_CONTACT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTACT_TYPE
public static final String SERIALIZED_NAME_CONTACT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LABEL_IDS
public static final String SERIALIZED_NAME_LABEL_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STANDING
public static final String SERIALIZED_NAME_STANDING
- See Also:
- Constant Field Values
-
-
Method Detail
-
contactId
public AllianceContactsResponse contactId(Integer contactId)
-
getContactId
public Integer getContactId()
contact_id integer- Returns:
- contactId
-
setContactId
public void setContactId(Integer contactId)
-
contactType
public AllianceContactsResponse contactType(AllianceContactsResponse.ContactTypeEnum contactTypeEnum)
-
contactTypeString
public AllianceContactsResponse contactTypeString(String contactType)
-
getContactType
public AllianceContactsResponse.ContactTypeEnum getContactType()
contact_type string- Returns:
- contactType
-
getContactTypeString
public String getContactTypeString()
-
setContactType
public void setContactType(AllianceContactsResponse.ContactTypeEnum contactTypeEnum)
-
setContactTypeString
public void setContactTypeString(String contactType)
-
labelIds
public AllianceContactsResponse labelIds(List<Long> labelIds)
-
addLabelIdsItem
public AllianceContactsResponse addLabelIdsItem(Long labelIdsItem)
-
standing
public AllianceContactsResponse standing(Float standing)
-
getStanding
public Float getStanding()
Standing of the contact- Returns:
- standing
-
setStanding
public void setStanding(Float standing)
-
-