com.shephertz.app42.paas.sdk.android.game
Class Game
java.lang.Object
com.shephertz.app42.paas.sdk.android.App42Response
com.shephertz.app42.paas.sdk.android.game.Game
public class Game
- extends App42Response
Constructor Summary |
Game()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
description
public java.lang.String description
name
public java.lang.String name
scoreList
public java.util.ArrayList<Game.Score> scoreList
Game
public Game()
getDescription
public java.lang.String getDescription()
getName
public java.lang.String getName()
getScoreList
public java.util.ArrayList<Game.Score> getScoreList()
setDescription
public void setDescription(java.lang.String description)
setName
public void setName(java.lang.String name)
setScoreList
public void setScoreList(java.util.ArrayList<Game.Score> scoreList)