Class BetaCacheMissUnavailable
-
- All Implemented Interfaces:
public final class BetaCacheMissUnavailable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaCacheMissUnavailable.BuilderA builder for BetaCacheMissUnavailable.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("unavailable")final Map<String, JsonValue>_additionalProperties()final BetaCacheMissUnavailable.BuildertoBuilder()final BetaCacheMissUnavailablevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaCacheMissUnavailable.Builderbuilder()Returns a mutable builder for constructing an instance of BetaCacheMissUnavailable. -
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("unavailable")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaCacheMissUnavailable.Builder toBuilder()
-
validate
final BetaCacheMissUnavailable 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 BetaCacheMissUnavailable.Builder builder()
Returns a mutable builder for constructing an instance of BetaCacheMissUnavailable.
-
-
-
-