|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gbanga.api.Pocket
public class Pocket
The virtual inventory of a player containing digital figures (Gbangoos), collected tags, friends and the own history.
For the JSON object serialization, the field names are used. Eg.
{
gbangoos: [
{ id: 2382 },
{ id: 2343 }
]
}
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 | |
|---|---|
Gbangoo[] |
gbangoos
List with contained Gbangoos |
Infrastructure[] |
infrastructures
List of Infrastructures owned |
Puzzle[] |
puzzles
List of Puzzles started |
Resource[] |
resources
List with amounts of Resources |
Tag[] |
tags
List of Tags collected |
Cell[] |
trail
List of Cells visited |
| Constructor Summary | |
|---|---|
Pocket()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@HideIfNull public Gbangoo[] gbangoos
Gbangoos
@HideIfNull public Infrastructure[] infrastructures
Infrastructures owned
@HideIfNull public Puzzle[] puzzles
Puzzles started
@HideIfNull public Resource[] resources
Resources
@HideIfNull public Tag[] tags
Tags collected
@HideIfNull public Cell[] trail
Cells visited
| Constructor Detail |
|---|
public Pocket()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||