Class RaceBracketConfigResponse
- 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.interfaces.BracketConfigResponse
-
- com.github.gpluscb.ggjava.entity.object.response.objects.RaceBracketConfigResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class RaceBracketConfigResponse extends BracketConfigResponse
Race specific bracket configuration
-
-
Constructor Summary
Constructors Constructor Description RaceBracketConfigResponse()
RaceBracketConfigResponse(IDResponse id, BracketTypeResponse bracketType, RaceTypeResponse raceType, StringResponse goalTargetValue, ComparatorResponse goalTargetComparator, RaceLimitModeResponse limitMode, IntResponse limitValue, TimestampResponse automaticStartTime, TimestampResponse automaticEndTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimestampResponse
getAutomaticEndTime()
TimestampResponse
getAutomaticStartTime()
ComparatorResponse
getGoalTargetComparator()
StringResponse
getGoalTargetValue()
RaceLimitModeResponse
getLimitMode()
IntResponse
getLimitValue()
RaceTypeResponse
getRaceType()
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.interfaces.BracketConfigResponse
getBracketType, getBracketTypeResponse, getId
-
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
-
RaceBracketConfigResponse
public RaceBracketConfigResponse()
-
RaceBracketConfigResponse
public RaceBracketConfigResponse(IDResponse id, BracketTypeResponse bracketType, RaceTypeResponse raceType, StringResponse goalTargetValue, ComparatorResponse goalTargetComparator, RaceLimitModeResponse limitMode, IntResponse limitValue, TimestampResponse automaticStartTime, TimestampResponse automaticEndTime)
-
-
Method Detail
-
getRaceType
public RaceTypeResponse getRaceType()
-
getGoalTargetValue
public StringResponse getGoalTargetValue()
-
getGoalTargetComparator
public ComparatorResponse getGoalTargetComparator()
-
getLimitMode
public RaceLimitModeResponse getLimitMode()
-
getLimitValue
public IntResponse getLimitValue()
-
getAutomaticStartTime
public TimestampResponse getAutomaticStartTime()
-
getAutomaticEndTime
public TimestampResponse getAutomaticEndTime()
-
-