Class ModelRetrieveResponse.Version.Deployment
-
- All Implemented Interfaces:
public final class ModelRetrieveResponse.Version.Deployment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModelRetrieveResponse.Version.Deployment.BuilderA builder for Deployment.
-
Method Summary
Modifier and Type Method Description final Optional<Boolean>active()final Optional<String>path()final JsonField<Boolean>_active()Returns the raw JSON value of active. final JsonField<String>_path()Returns the raw JSON value of path. final Map<String, JsonValue>_additionalProperties()final ModelRetrieveResponse.Version.Deployment.BuildertoBuilder()final ModelRetrieveResponse.Version.Deploymentvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ModelRetrieveResponse.Version.Deployment.Builderbuilder()Returns a mutable builder for constructing an instance of Deployment. -
-
Method Detail
-
_active
final JsonField<Boolean> _active()
Returns the raw JSON value of active.
Unlike active, this method doesn't throw if the JSON field has an unexpected type.
-
_path
final JsonField<String> _path()
Returns the raw JSON value of path.
Unlike path, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ModelRetrieveResponse.Version.Deployment.Builder toBuilder()
-
validate
final ModelRetrieveResponse.Version.Deployment validate()
-
builder
final static ModelRetrieveResponse.Version.Deployment.Builder builder()
Returns a mutable builder for constructing an instance of Deployment.
-
-
-
-