Class RoundResponse
- 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.RoundResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class RoundResponse extends AbstractGGResponseObject
A round within a phase group
-
-
Constructor Summary
Constructors Constructor Description RoundResponse()
RoundResponse(IDResponse id, IntResponse bestOf, IntResponse number, TimestampResponse startAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntResponse
getBestOf()
If applicable, bestOf is the number of games one must win a majority out of to win a set in this roundIDResponse
getId()
IntResponse
getNumber()
Indicates this round's order in the phase groupTimestampResponse
getStartAt()
The time that this round is scheduled to start at-
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
-
RoundResponse
public RoundResponse()
-
RoundResponse
public RoundResponse(IDResponse id, IntResponse bestOf, IntResponse number, TimestampResponse startAt)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getBestOf
public IntResponse getBestOf()
If applicable, bestOf is the number of games one must win a majority out of to win a set in this round
-
getNumber
public IntResponse getNumber()
Indicates this round's order in the phase group
-
getStartAt
public TimestampResponse getStartAt()
The time that this round is scheduled to start at
-
-