|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gbanga.api.Report
public class Report
A report is a notification about a supposed abusing player.
For the JSON object serialization, the field names are used. Eg.
{
subject: { name: "some name" },
explanation: "unfriendly"
}
Fields annotated with PrimaryKey are used, if not the whole object is sent. HideIfNull indicates that the field is not sent at all, if the value is not set.
| Field Summary | |
|---|---|
java.lang.String |
explanation
An explanation why the Player has been reported |
Player |
reporter
The reporting Player |
Player |
subject
The Player to report about |
| Constructor Summary | |
|---|---|
Report()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String explanation
Player has been reported
public Player reporter
Player
public Player subject
Player to report about
| Constructor Detail |
|---|
public Report()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||