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
|
| Constructor and Description |
|---|
CharacterNotificationsResponse() |
public CharacterNotificationsResponse isRead(Boolean isRead)
public Boolean getIsRead()
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 senderType)
public CharacterNotificationsResponse.SenderTypeEnum getSenderType()
public void setSenderType(CharacterNotificationsResponse.SenderTypeEnum senderType)
public CharacterNotificationsResponse text(String text)
public String getText()
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 type)
public CharacterNotificationsResponse.TypeEnum getType()
public void setType(CharacterNotificationsResponse.TypeEnum type)
Copyright © 2017. All Rights Reserved.