public class GameStartedApiResponseImpl extends Object implements GameStarted
| Constructor and Description |
|---|
GameStartedApiResponseImpl(GameStartApiResponse gameStartApiResponse) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChatRoom() |
int |
getPlayerIndex() |
String |
getReplayId()
|
String |
getTeamChatRoom() |
String[] |
getUsernames() |
int |
hashCode() |
String |
toString() |
public GameStartedApiResponseImpl(GameStartApiResponse gameStartApiResponse)
public String getReplayId()
GameStartedgetReplayId in interface GameStartedpublic String[] getUsernames()
getUsernames in interface GameStartedpublic int getPlayerIndex()
getPlayerIndex in interface GameStartedpublic String getChatRoom()
getChatRoom in interface GameStartedpublic String getTeamChatRoom()
getTeamChatRoom in interface GameStartedprotected boolean canEqual(Object other)
Copyright © 2017. All rights reserved.