Package com.courier.models
Class Timeouts
-
- All Implemented Interfaces:
public final class Timeouts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTimeouts.BuilderA builder for Timeouts.
-
Method Summary
Modifier and Type Method Description final Optional<Long>channel()final Optional<Long>provider()final JsonField<Long>_channel()Returns the raw JSON value of channel. final JsonField<Long>_provider()Returns the raw JSON value of provider. final Map<String, JsonValue>_additionalProperties()final Timeouts.BuildertoBuilder()final Timeoutsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Timeouts.Builderbuilder()Returns a mutable builder for constructing an instance of Timeouts. -
-
Method Detail
-
_channel
final JsonField<Long> _channel()
Returns the raw JSON value of channel.
Unlike channel, this method doesn't throw if the JSON field has an unexpected type.
-
_provider
final JsonField<Long> _provider()
Returns the raw JSON value of provider.
Unlike provider, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Timeouts.Builder toBuilder()
-
validate
final Timeouts validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static Timeouts.Builder builder()
Returns a mutable builder for constructing an instance of Timeouts.
-
-
-
-