public class CharacterNotificationsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterNotificationsResponse.SenderTypeEnum
sender_type string
|
static class |
CharacterNotificationsResponse.TypeEnum
type string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_IS_READ |
static String |
SERIALIZED_NAME_NOTIFICATION_ID |
static String |
SERIALIZED_NAME_SENDER_ID |
static String |
SERIALIZED_NAME_SENDER_TYPE |
static String |
SERIALIZED_NAME_TEXT |
static String |
SERIALIZED_NAME_TIMESTAMP |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
CharacterNotificationsResponse() |
public static final String SERIALIZED_NAME_IS_READ
public static final String SERIALIZED_NAME_SENDER_TYPE
public static final String SERIALIZED_NAME_NOTIFICATION_ID
public static final String SERIALIZED_NAME_TEXT
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_SENDER_ID
public static final String SERIALIZED_NAME_TIMESTAMP
public CharacterNotificationsResponse isRead(Boolean isRead)
public Boolean getIsRead()
public void setIsRead(Boolean isRead)
public CharacterNotificationsResponse senderType(CharacterNotificationsResponse.SenderTypeEnum senderType)
public CharacterNotificationsResponse.SenderTypeEnum getSenderType()
public void setSenderType(CharacterNotificationsResponse.SenderTypeEnum senderType)
public CharacterNotificationsResponse notificationId(Long notificationId)
public Long getNotificationId()
public void setNotificationId(Long notificationId)
public CharacterNotificationsResponse text(String text)
public String getText()
public void setText(String text)
public CharacterNotificationsResponse type(CharacterNotificationsResponse.TypeEnum type)
public CharacterNotificationsResponse.TypeEnum getType()
public void setType(CharacterNotificationsResponse.TypeEnum type)
public CharacterNotificationsResponse senderId(Integer senderId)
public Integer getSenderId()
public void setSenderId(Integer senderId)
public CharacterNotificationsResponse timestamp(java.time.OffsetDateTime timestamp)
public java.time.OffsetDateTime getTimestamp()
public void setTimestamp(java.time.OffsetDateTime timestamp)
Copyright © 2019. All Rights Reserved.