Class ModelRetrieveResponse.Version.Locations
-
- All Implemented Interfaces:
public final class ModelRetrieveResponse.Version.Locations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModelRetrieveResponse.Version.Locations.BuilderA builder for Locations.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final ModelRetrieveResponse.Version.Locations.BuildertoBuilder()final ModelRetrieveResponse.Version.Locationsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ModelRetrieveResponse.Version.Locations.Builderbuilder()Returns a mutable builder for constructing an instance of Locations. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ModelRetrieveResponse.Version.Locations.Builder toBuilder()
-
validate
final ModelRetrieveResponse.Version.Locations 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 ModelRetrieveResponse.Version.Locations.Builder builder()
Returns a mutable builder for constructing an instance of Locations.
-
-
-
-