Package com.lithic.api.models
Class VelocityLimitParamsPeriodWindow.FixedWindowWeek
-
- All Implemented Interfaces:
public final class VelocityLimitParamsPeriodWindow.FixedWindowWeekVelocity over the current week since 00:00 / 12 AM in Eastern Time on specified
day_of_week
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVelocityLimitParamsPeriodWindow.FixedWindowWeek.BuilderA builder for FixedWindowWeek.
public final classVelocityLimitParamsPeriodWindow.FixedWindowWeek.Type
-
Method Summary
Modifier and Type Method Description final Optional<Long>dayOfWeek()The day of the week to start the week from. final Optional<VelocityLimitParamsPeriodWindow.FixedWindowWeek.Type>type()final JsonField<Long>_dayOfWeek()Returns the raw JSON value of dayOfWeek. final JsonField<VelocityLimitParamsPeriodWindow.FixedWindowWeek.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final VelocityLimitParamsPeriodWindow.FixedWindowWeek.BuildertoBuilder()final VelocityLimitParamsPeriodWindow.FixedWindowWeekvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VelocityLimitParamsPeriodWindow.FixedWindowWeek.Builderbuilder()Returns a mutable builder for constructing an instance of FixedWindowWeek. -
-
Method Detail
-
dayOfWeek
final Optional<Long> dayOfWeek()
The day of the week to start the week from. Following ISO-8601, 1 is Monday and 7 is Sunday. Defaults to Monday if not specified.
-
type
final Optional<VelocityLimitParamsPeriodWindow.FixedWindowWeek.Type> type()
-
_dayOfWeek
final JsonField<Long> _dayOfWeek()
Returns the raw JSON value of dayOfWeek.
Unlike dayOfWeek, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<VelocityLimitParamsPeriodWindow.FixedWindowWeek.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final VelocityLimitParamsPeriodWindow.FixedWindowWeek.Builder toBuilder()
-
validate
final VelocityLimitParamsPeriodWindow.FixedWindowWeek validate()
-
builder
final static VelocityLimitParamsPeriodWindow.FixedWindowWeek.Builder builder()
Returns a mutable builder for constructing an instance of FixedWindowWeek.
-
-
-
-