Package net.troja.eve.esi.model
Class ContactLabelsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.ContactLabelsResponse
-
- All Implemented Interfaces:
Serializable
public class ContactLabelsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LABEL_IDstatic StringSERIALIZED_NAME_LABEL_NAME
-
Constructor Summary
Constructors Constructor Description ContactLabelsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetLabelId()label_id integerStringgetLabelName()label_name stringinthashCode()ContactLabelsResponselabelId(Long labelId)ContactLabelsResponselabelName(String labelName)voidsetLabelId(Long labelId)voidsetLabelName(String labelName)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_LABEL_ID
public static final String SERIALIZED_NAME_LABEL_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LABEL_NAME
public static final String SERIALIZED_NAME_LABEL_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
labelId
public ContactLabelsResponse labelId(Long labelId)
-
getLabelId
public Long getLabelId()
label_id integer- Returns:
- labelId
-
setLabelId
public void setLabelId(Long labelId)
-
labelName
public ContactLabelsResponse labelName(String labelName)
-
getLabelName
public String getLabelName()
label_name string- Returns:
- labelName
-
setLabelName
public void setLabelName(String labelName)
-
-