public class UpdateGameSessionResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
| Constructor and Description |
|---|
UpdateGameSessionResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateGameSessionResult |
clone() |
boolean |
equals(Object obj) |
GameSession |
getGameSession()
Object containing the updated game session metadata.
|
int |
hashCode() |
void |
setGameSession(GameSession gameSession)
Object containing the updated game session metadata.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateGameSessionResult |
withGameSession(GameSession gameSession)
Object containing the updated game session metadata.
|
public void setGameSession(GameSession gameSession)
Object containing the updated game session metadata.
gameSession - Object containing the updated game session metadata.public GameSession getGameSession()
Object containing the updated game session metadata.
public UpdateGameSessionResult withGameSession(GameSession gameSession)
Object containing the updated game session metadata.
gameSession - Object containing the updated game session metadata.public String toString()
toString in class ObjectObject.toString()public UpdateGameSessionResult clone()
Copyright © 2016. All rights reserved.