public class Message
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Message.Severity
Severities.
|
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Sometimes explicitly defined as
null in JSON
response. |
java.lang.String |
getContent() |
java.lang.String |
getCreatedAt() |
java.lang.String |
getId()
Changed in 1.0.1 to return a String instead of a Long.
|
static long |
getInstanceCount() |
Message.Severity |
getSeverity() |
Translation[] |
getTranslations() |
java.lang.String |
getUpdatedAt() |
public static long getInstanceCount()
public java.lang.String getAuthor()
null in JSON
response.null.public java.lang.String getContent()
public java.lang.String getCreatedAt()
null if not defined.public java.lang.String getId()
public Message.Severity getSeverity()
null if not defined.public Translation[] getTranslations()
public java.lang.String getUpdatedAt()
null
if not defined.