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 SummaryConstructors Constructor Description RaceBracketConfigResponse()RaceBracketConfigResponse(IDResponse id, BracketTypeResponse bracketType, RaceTypeResponse raceType, StringResponse goalTargetValue, ComparatorResponse goalTargetComparator, RaceLimitModeResponse limitMode, IntResponse limitValue, TimestampResponse automaticStartTime, TimestampResponse automaticEndTime)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TimestampResponsegetAutomaticEndTime()TimestampResponsegetAutomaticStartTime()ComparatorResponsegetGoalTargetComparator()StringResponsegetGoalTargetValue()RaceLimitModeResponsegetLimitMode()IntResponsegetLimitValue()RaceTypeResponsegetRaceType()- 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.interfaces.BracketConfigResponsegetBracketType, getBracketTypeResponse, getId
 - 
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- 
RaceBracketConfigResponsepublic RaceBracketConfigResponse() 
 - 
RaceBracketConfigResponsepublic RaceBracketConfigResponse(IDResponse id, BracketTypeResponse bracketType, RaceTypeResponse raceType, StringResponse goalTargetValue, ComparatorResponse goalTargetComparator, RaceLimitModeResponse limitMode, IntResponse limitValue, TimestampResponse automaticStartTime, TimestampResponse automaticEndTime) 
 
- 
 - 
Method Detail- 
getRaceTypepublic RaceTypeResponse getRaceType() 
 - 
getGoalTargetValuepublic StringResponse getGoalTargetValue() 
 - 
getGoalTargetComparatorpublic ComparatorResponse getGoalTargetComparator() 
 - 
getLimitModepublic RaceLimitModeResponse getLimitMode() 
 - 
getLimitValuepublic IntResponse getLimitValue() 
 - 
getAutomaticStartTimepublic TimestampResponse getAutomaticStartTime() 
 - 
getAutomaticEndTimepublic TimestampResponse getAutomaticEndTime() 
 
- 
 
-