Class GameSelectionResponse
- 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.GameSelectionResponse
-
- All Implemented Interfaces:
GGEntity,GGObject,GGResponseObject
public class GameSelectionResponse extends AbstractGGResponseObject
A selection for this game. i.e. character/stage selection, etc
-
-
Constructor Summary
Constructors Constructor Description GameSelectionResponse()GameSelectionResponse(IDResponse id, EntrantResponse entrant, IntResponse orderNum, ParticipantResponse participant, GameSelectionTypeResponse selectionType, IntResponse selectionValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntrantResponsegetEntrant()The entrant who this selection is forIDResponsegetId()IntResponsegetOrderNum()ParticipantResponsegetParticipant()The participant who this selection is for.GameSelectionTypeResponsegetSelectionType()IntResponsegetSelectionValue()-
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
-
GameSelectionResponse
public GameSelectionResponse()
-
GameSelectionResponse
public GameSelectionResponse(IDResponse id, EntrantResponse entrant, IntResponse orderNum, ParticipantResponse participant, GameSelectionTypeResponse selectionType, IntResponse selectionValue)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getEntrant
public EntrantResponse getEntrant()
The entrant who this selection is for
-
getOrderNum
public IntResponse getOrderNum()
-
getParticipant
public ParticipantResponse getParticipant()
The participant who this selection is for. This is only populated if there are selections for multiple participants of a single entrant
-
getSelectionType
public GameSelectionTypeResponse getSelectionType()
-
getSelectionValue
public IntResponse getSelectionValue()
-
-