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 SummaryConstructors Constructor Description GameResponse()GameResponse(IDResponse id, ListResponse<ImageResponse> images, IntResponse orderNum, ListResponse<GameSelectionResponse> selections, StageResponse stage, IntResponse state, IntResponse winnerId)
 - 
Method SummaryAll 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.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
GameResponsepublic GameResponse() 
 - 
GameResponsepublic GameResponse(IDResponse id, ListResponse<ImageResponse> images, IntResponse orderNum, ListResponse<GameSelectionResponse> selections, StageResponse stage, IntResponse state, IntResponse winnerId) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getImagespublic ListResponse<ImageResponse> getImages() 
 - 
getOrderNumpublic IntResponse getOrderNum() 
 - 
getSelectionspublic ListResponse<GameSelectionResponse> getSelections() Selections for this game such as character, etc.
 - 
getStagepublic StageResponse getStage() The stage that this game was played on (if applicable)
 - 
getStatepublic IntResponse getState() 
 - 
getWinnerIdpublic IntResponse getWinnerId() 
 
- 
 
-