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
|
RegionalMessageStatus |
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 RegionalMessageStatus status
public String suppressor
public int numberOfLikes
public String text
Copyright © 2017. All rights reserved.