public class RegionalMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Author
Name of the nation that posted the message
|
long |
Id
The message's id
|
List<String> |
LikedBy
List of nations that liked this message
|
int |
NumberOfLikes
The number of likes this message received
|
int |
Status
The message's status.
|
String |
Suppressor
Name of the nation that suppressed this post.
|
String |
Text
The text of the message
|
long |
Timestamp
UNIX timestamp of when this message was posted
|
| Constructor and Description |
|---|
RegionalMessage() |
public long Id
public long Timestamp
public String Author
public int Status
public String Suppressor
public int NumberOfLikes
public String Text
Copyright © 2016. All rights reserved.