Class GameResponse
- java.lang.Object
-
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
-
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
-
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
-
- com.github.gpluscb.ggjava.entity.object.response.objects.GameResponse
-
- All Implemented Interfaces:
GGEntity,GGObject,GGResponseObject
public class GameResponse extends AbstractGGResponseObject
A game represents a single game within a set.
-
-
Constructor Summary
Constructors Constructor Description GameResponse()GameResponse(IDResponse id, ListResponse<ImageResponse> images, IntResponse orderNum, ListResponse<GameSelectionResponse> selections, StageResponse stage, IntResponse state, IntResponse winnerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDResponsegetId()ListResponse<ImageResponse>getImages()IntResponsegetOrderNum()ListResponse<GameSelectionResponse>getSelections()Selections for this game such as character, etc.StageResponsegetStage()The stage that this game was played on (if applicable)IntResponsegetState()IntResponsegetWinnerId()-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
checkProvided, isProvided
-
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntity
getGGEntityType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-
-
-
Constructor Detail
-
GameResponse
public GameResponse()
-
GameResponse
public GameResponse(IDResponse id, ListResponse<ImageResponse> images, IntResponse orderNum, ListResponse<GameSelectionResponse> selections, StageResponse stage, IntResponse state, IntResponse winnerId)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getImages
public ListResponse<ImageResponse> getImages()
-
getOrderNum
public IntResponse getOrderNum()
-
getSelections
public ListResponse<GameSelectionResponse> getSelections()
Selections for this game such as character, etc.
-
getStage
public StageResponse getStage()
The stage that this game was played on (if applicable)
-
getState
public IntResponse getState()
-
getWinnerId
public IntResponse getWinnerId()
-
-