public class NewContactNotificationsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_NOTIFICATION_ID |
static String |
SERIALIZED_NAME_SEND_DATE |
static String |
SERIALIZED_NAME_SENDER_CHARACTER_ID |
static String |
SERIALIZED_NAME_STANDING_LEVEL |
| Constructor and Description |
|---|
NewContactNotificationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage()
message string
|
Integer |
getNotificationId()
notification_id integer
|
java.time.OffsetDateTime |
getSendDate()
send_date string
|
Integer |
getSenderCharacterId()
sender_character_id integer
|
Float |
getStandingLevel()
A number representing the standing level the receiver has been added at
by the sender.
|
int |
hashCode() |
NewContactNotificationsResponse |
message(String message) |
NewContactNotificationsResponse |
notificationId(Integer notificationId) |
NewContactNotificationsResponse |
sendDate(java.time.OffsetDateTime sendDate) |
NewContactNotificationsResponse |
senderCharacterId(Integer senderCharacterId) |
void |
setMessage(String message) |
void |
setNotificationId(Integer notificationId) |
void |
setSendDate(java.time.OffsetDateTime sendDate) |
void |
setSenderCharacterId(Integer senderCharacterId) |
void |
setStandingLevel(Float standingLevel) |
NewContactNotificationsResponse |
standingLevel(Float standingLevel) |
String |
toString() |
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_NOTIFICATION_ID
public static final String SERIALIZED_NAME_SEND_DATE
public static final String SERIALIZED_NAME_SENDER_CHARACTER_ID
public static final String SERIALIZED_NAME_STANDING_LEVEL
public NewContactNotificationsResponse message(String message)
public String getMessage()
public void setMessage(String message)
public NewContactNotificationsResponse notificationId(Integer notificationId)
public Integer getNotificationId()
public void setNotificationId(Integer notificationId)
public NewContactNotificationsResponse sendDate(java.time.OffsetDateTime sendDate)
public java.time.OffsetDateTime getSendDate()
public void setSendDate(java.time.OffsetDateTime sendDate)
public NewContactNotificationsResponse senderCharacterId(Integer senderCharacterId)
public Integer getSenderCharacterId()
public void setSenderCharacterId(Integer senderCharacterId)
public NewContactNotificationsResponse standingLevel(Float standingLevel)
public Float getStandingLevel()
public void setStandingLevel(Float standingLevel)
Copyright © 2021. All Rights Reserved.