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_NOTIFICATION_ID
public static final String SERIALIZED_NAME_SENDER_ID
public static final String SERIALIZED_NAME_SENDER_TYPE
public static final String SERIALIZED_NAME_TEXT
public static final String SERIALIZED_NAME_TIMESTAMP
public static final String SERIALIZED_NAME_TYPE
public CharacterNotificationsResponse isRead(Boolean isRead)
public void setIsRead(Boolean isRead)
public CharacterNotificationsResponse notificationId(Long notificationId)
public Long getNotificationId()
public void setNotificationId(Long notificationId)
public CharacterNotificationsResponse senderId(Integer senderId)
public Integer getSenderId()
public void setSenderId(Integer senderId)
public CharacterNotificationsResponse senderType(CharacterNotificationsResponse.SenderTypeEnum senderTypeEnum)
public CharacterNotificationsResponse senderTypeString(String senderType)
public CharacterNotificationsResponse.SenderTypeEnum getSenderType()
public String getSenderTypeString()
public void setSenderType(CharacterNotificationsResponse.SenderTypeEnum senderTypeEnum)
public void setSenderTypeString(String senderType)
public CharacterNotificationsResponse text(String text)
public void setText(String text)
public CharacterNotificationsResponse timestamp(java.time.OffsetDateTime timestamp)
public java.time.OffsetDateTime getTimestamp()
public void setTimestamp(java.time.OffsetDateTime timestamp)
public CharacterNotificationsResponse type(CharacterNotificationsResponse.TypeEnum typeEnum)
public CharacterNotificationsResponse typeString(String type)
public CharacterNotificationsResponse.TypeEnum getType()
public String getTypeString()
public void setType(CharacterNotificationsResponse.TypeEnum typeEnum)
public void setTypeString(String type)
Copyright © 2021. All Rights Reserved.