Package net.troja.eve.esi.model
Class CharacterNotificationsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterNotificationsResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterNotificationsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCharacterNotificationsResponse.SenderTypeEnumsender_type stringstatic classCharacterNotificationsResponse.TypeEnumtype string
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IS_READstatic StringSERIALIZED_NAME_NOTIFICATION_IDstatic StringSERIALIZED_NAME_SENDER_IDstatic StringSERIALIZED_NAME_SENDER_TYPEstatic StringSERIALIZED_NAME_TEXTstatic StringSERIALIZED_NAME_TIMESTAMPstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description CharacterNotificationsResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_IS_READ
public static final String SERIALIZED_NAME_IS_READ
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NOTIFICATION_ID
public static final String SERIALIZED_NAME_NOTIFICATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SENDER_ID
public static final String SERIALIZED_NAME_SENDER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SENDER_TYPE
public static final String SERIALIZED_NAME_SENDER_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEXT
public static final String SERIALIZED_NAME_TEXT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TIMESTAMP
public static final String SERIALIZED_NAME_TIMESTAMP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isRead
public CharacterNotificationsResponse isRead(Boolean isRead)
-
setIsRead
public void setIsRead(Boolean isRead)
-
notificationId
public CharacterNotificationsResponse notificationId(Long notificationId)
-
getNotificationId
public Long getNotificationId()
notification_id integer- Returns:
- notificationId
-
setNotificationId
public void setNotificationId(Long notificationId)
-
senderId
public CharacterNotificationsResponse senderId(Integer senderId)
-
getSenderId
public Integer getSenderId()
sender_id integer- Returns:
- senderId
-
setSenderId
public void setSenderId(Integer senderId)
-
senderType
public CharacterNotificationsResponse senderType(CharacterNotificationsResponse.SenderTypeEnum senderTypeEnum)
-
senderTypeString
public CharacterNotificationsResponse senderTypeString(String senderType)
-
getSenderType
public CharacterNotificationsResponse.SenderTypeEnum getSenderType()
sender_type string- Returns:
- senderType
-
getSenderTypeString
public String getSenderTypeString()
-
setSenderType
public void setSenderType(CharacterNotificationsResponse.SenderTypeEnum senderTypeEnum)
-
setSenderTypeString
public void setSenderTypeString(String senderType)
-
text
public CharacterNotificationsResponse text(String text)
-
setText
public void setText(String text)
-
timestamp
public CharacterNotificationsResponse timestamp(java.time.OffsetDateTime timestamp)
-
getTimestamp
public java.time.OffsetDateTime getTimestamp()
timestamp string- Returns:
- timestamp
-
setTimestamp
public void setTimestamp(java.time.OffsetDateTime timestamp)
-
type
public CharacterNotificationsResponse type(CharacterNotificationsResponse.TypeEnum typeEnum)
-
typeString
public CharacterNotificationsResponse typeString(String type)
-
getType
public CharacterNotificationsResponse.TypeEnum getType()
type string- Returns:
- type
-
getTypeString
public String getTypeString()
-
setType
public void setType(CharacterNotificationsResponse.TypeEnum typeEnum)
-
setTypeString
public void setTypeString(String type)
-
-