Package net.troja.eve.esi.model
Class MailLabelSimple
- java.lang.Object
-
- net.troja.eve.esi.model.MailLabelSimple
-
- All Implemented Interfaces:
Serializable
public class MailLabelSimple extends Object implements Serializable
label object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMailLabelSimple.ColorEnumHexadecimal string representing label color, in RGB format
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COLORstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description MailLabelSimple()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MailLabelSimplecolor(MailLabelSimple.ColorEnum colorEnum)MailLabelSimplecolorString(String color)booleanequals(Object o)MailLabelSimple.ColorEnumgetColor()Hexadecimal string representing label color, in RGB formatStringgetColorString()StringgetName()name stringinthashCode()MailLabelSimplename(String name)voidsetColor(MailLabelSimple.ColorEnum colorEnum)voidsetColorString(String color)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COLOR
public static final String SERIALIZED_NAME_COLOR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
color
public MailLabelSimple color(MailLabelSimple.ColorEnum colorEnum)
-
colorString
public MailLabelSimple colorString(String color)
-
getColor
@Nullable public MailLabelSimple.ColorEnum getColor()
Hexadecimal string representing label color, in RGB format- Returns:
- color
-
getColorString
public String getColorString()
-
setColor
public void setColor(MailLabelSimple.ColorEnum colorEnum)
-
setColorString
public void setColorString(String color)
-
name
public MailLabelSimple name(String name)
-
getName
public String getName()
name string- Returns:
- name
-
setName
public void setName(String name)
-
-