Package net.troja.eve.esi.model
Class MailLabelsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.MailLabelsResponse
-
- All Implemented Interfaces:
Serializable
public class MailLabelsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LABELSstatic StringSERIALIZED_NAME_TOTAL_UNREAD_COUNT
-
Constructor Summary
Constructors Constructor Description MailLabelsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MailLabelsResponseaddLabelsItem(MailLabel labelsItem)booleanequals(Object o)List<MailLabel>getLabels()labels arrayIntegergetTotalUnreadCount()total_unread_count integer minimum: 0inthashCode()MailLabelsResponselabels(List<MailLabel> labels)voidsetLabels(List<MailLabel> labels)voidsetTotalUnreadCount(Integer totalUnreadCount)StringtoString()MailLabelsResponsetotalUnreadCount(Integer totalUnreadCount)
-
-
-
Field Detail
-
SERIALIZED_NAME_LABELS
public static final String SERIALIZED_NAME_LABELS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOTAL_UNREAD_COUNT
public static final String SERIALIZED_NAME_TOTAL_UNREAD_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
labels
public MailLabelsResponse labels(List<MailLabel> labels)
-
addLabelsItem
public MailLabelsResponse addLabelsItem(MailLabel labelsItem)
-
totalUnreadCount
public MailLabelsResponse totalUnreadCount(Integer totalUnreadCount)
-
getTotalUnreadCount
@Nullable public Integer getTotalUnreadCount()
total_unread_count integer minimum: 0- Returns:
- totalUnreadCount
-
setTotalUnreadCount
public void setTotalUnreadCount(Integer totalUnreadCount)
-
-