public class NewContactNotificationsResponse extends Object implements Serializable
| 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 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 standingLevel(Float standingLevel)
public Float getStandingLevel()
public void setStandingLevel(Float standingLevel)
public NewContactNotificationsResponse message(String message)
public String getMessage()
public void setMessage(String message)
public NewContactNotificationsResponse senderCharacterId(Integer senderCharacterId)
public Integer getSenderCharacterId()
public void setSenderCharacterId(Integer senderCharacterId)
Copyright © 2017. All Rights Reserved.