Class SeedResponse
- 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.SeedResponse
-
- All Implemented Interfaces:
GGEntity,GGObject,GGResponseObject
public class SeedResponse extends AbstractGGResponseObject
A seed for an entrant
-
-
Constructor Summary
Constructors Constructor Description SeedResponse()SeedResponse(IDResponse id, JSONResponse checkedInParticipants, EntrantResponse entrant, IntResponse groupSeedNum, BooleanResponse isBye, PhaseResponse phase, PhaseGroupResponse phaseGroup, StringResponse placeholderName, IntResponse placement, ListResponse<PlayerResponse> players, IntResponse progressionSeedId, ProgressionResponse progressionSource, IntResponse seedNum, JSONResponse setRecordWithoutByes, ListResponse<StandingResponse> standings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONResponsegetCheckedInParticipants()Map of Participant ID to checked in booleanEntrantResponsegetEntrant()IntResponsegetGroupSeedNum()IDResponsegetId()BooleanResponsegetIsBye()PhaseResponsegetPhase()PhaseGroupResponsegetPhaseGroup()StringResponsegetPlaceholderName()IntResponsegetPlacement()ListResponse<PlayerResponse>getPlayers()The player(s) associated with this seed's entrantIntResponsegetProgressionSeedId()ProgressionResponsegetProgressionSource()Source progression informationIntResponsegetSeedNum()JSONResponsegetSetRecordWithoutByes()Entrant's win/loss record for this standing.ListResponse<StandingResponse>getStandings()-
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
-
SeedResponse
public SeedResponse()
-
SeedResponse
public SeedResponse(IDResponse id, JSONResponse checkedInParticipants, EntrantResponse entrant, IntResponse groupSeedNum, BooleanResponse isBye, PhaseResponse phase, PhaseGroupResponse phaseGroup, StringResponse placeholderName, IntResponse placement, ListResponse<PlayerResponse> players, IntResponse progressionSeedId, ProgressionResponse progressionSource, IntResponse seedNum, JSONResponse setRecordWithoutByes, ListResponse<StandingResponse> standings)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getCheckedInParticipants
public JSONResponse getCheckedInParticipants()
Map of Participant ID to checked in boolean
-
getEntrant
public EntrantResponse getEntrant()
-
getGroupSeedNum
public IntResponse getGroupSeedNum()
-
getIsBye
public BooleanResponse getIsBye()
-
getPhase
public PhaseResponse getPhase()
-
getPhaseGroup
public PhaseGroupResponse getPhaseGroup()
-
getPlaceholderName
public StringResponse getPlaceholderName()
-
getPlacement
public IntResponse getPlacement()
-
getPlayers
public ListResponse<PlayerResponse> getPlayers()
The player(s) associated with this seed's entrant
-
getProgressionSeedId
public IntResponse getProgressionSeedId()
-
getProgressionSource
public ProgressionResponse getProgressionSource()
Source progression information
-
getSeedNum
public IntResponse getSeedNum()
-
getSetRecordWithoutByes
public JSONResponse getSetRecordWithoutByes()
Entrant's win/loss record for this standing. Scores do not include byes.
-
getStandings
public ListResponse<StandingResponse> getStandings()
-
-