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 SummaryConstructors Constructor Description RoundResponse()RoundResponse(IDResponse id, IntResponse bestOf, IntResponse number, TimestampResponse startAt)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IntResponsegetBestOf()If applicable, bestOf is the number of games one must win a majority out of to win a set in this roundIDResponsegetId()IntResponsegetNumber()Indicates this round's order in the phase groupTimestampResponsegetStartAt()The time that this round is scheduled to start at- 
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- 
RoundResponsepublic RoundResponse() 
 - 
RoundResponsepublic RoundResponse(IDResponse id, IntResponse bestOf, IntResponse number, TimestampResponse startAt) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getBestOfpublic IntResponse getBestOf() If applicable, bestOf is the number of games one must win a majority out of to win a set in this round
 - 
getNumberpublic IntResponse getNumber() Indicates this round's order in the phase group
 - 
getStartAtpublic TimestampResponse getStartAt() The time that this round is scheduled to start at
 
- 
 
-