Package io.gs2.cdk.mission.model
Class CounterScopeModel
java.lang.Object
io.gs2.cdk.mission.model.CounterScopeModel
-
Constructor Summary
ConstructorsConstructorDescriptionCounterScopeModel(CounterScopeModelResetType resetType) CounterScopeModel(CounterScopeModelResetType resetType, CounterScopeModelOptions options) -
Method Summary
Modifier and TypeMethodDescriptionstatic CounterScopeModelresetTypeIsDaily(Integer resetHour) static CounterScopeModelresetTypeIsDaily(Integer resetHour, CounterScopeModelResetTypeIsDailyOptions options) static CounterScopeModelresetTypeIsMonthly(Integer resetDayOfMonth, Integer resetHour) static CounterScopeModelresetTypeIsMonthly(Integer resetDayOfMonth, Integer resetHour, CounterScopeModelResetTypeIsMonthlyOptions options) static CounterScopeModelstatic CounterScopeModelstatic CounterScopeModelresetTypeIsWeekly(CounterScopeModelResetDayOfWeek resetDayOfWeek, Integer resetHour) static CounterScopeModelresetTypeIsWeekly(CounterScopeModelResetDayOfWeek resetDayOfWeek, Integer resetHour, CounterScopeModelResetTypeIsWeeklyOptions options)
-
Constructor Details
-
CounterScopeModel
-
CounterScopeModel
-
-
Method Details
-
resetTypeIsNotReset
public static CounterScopeModel resetTypeIsNotReset(CounterScopeModelResetTypeIsNotResetOptions options) -
resetTypeIsNotReset
-
resetTypeIsDaily
public static CounterScopeModel resetTypeIsDaily(Integer resetHour, CounterScopeModelResetTypeIsDailyOptions options) -
resetTypeIsDaily
-
resetTypeIsWeekly
public static CounterScopeModel resetTypeIsWeekly(CounterScopeModelResetDayOfWeek resetDayOfWeek, Integer resetHour, CounterScopeModelResetTypeIsWeeklyOptions options) -
resetTypeIsWeekly
public static CounterScopeModel resetTypeIsWeekly(CounterScopeModelResetDayOfWeek resetDayOfWeek, Integer resetHour) -
resetTypeIsMonthly
public static CounterScopeModel resetTypeIsMonthly(Integer resetDayOfMonth, Integer resetHour, CounterScopeModelResetTypeIsMonthlyOptions options) -
resetTypeIsMonthly
-
properties
-