Class DeploymentResponse
java.lang.Object
dev.restate.admin.model.AbstractOpenApiSchema
dev.restate.admin.model.DeploymentResponse
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the actual instance, which can be the following: DeploymentResponseAnyOf, DeploymentResponseAnyOf1Deprecated.Get the actual instance of `DeploymentResponseAnyOf`.Deprecated.Get the actual instance of `DeploymentResponseAnyOf1`.Deprecated.Get the list of oneOf/anyOf composed schemas allowed to be stored in this objectvoidsetActualInstance(Object instance) Deprecated.Set the instance that matches the anyOf child schema, check the instance parameter is valid against the anyOf child schemas: DeploymentResponseAnyOf, DeploymentResponseAnyOf1 It could be an instance of the 'anyOf' schemas.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.Methods inherited from class AbstractOpenApiSchema
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toString
-
Field Details
-
schemas
-
-
Constructor Details
-
DeploymentResponse
public DeploymentResponse()Deprecated. -
DeploymentResponse
Deprecated. -
DeploymentResponse
Deprecated.
-
-
Method Details
-
getSchemas
Deprecated.Description copied from class:AbstractOpenApiSchemaGet the list of oneOf/anyOf composed schemas allowed to be stored in this object- Specified by:
getSchemasin classAbstractOpenApiSchema- Returns:
- an instance of the actual schema/object
-
setActualInstance
Deprecated.Set the instance that matches the anyOf child schema, check the instance parameter is valid against the anyOf child schemas: DeploymentResponseAnyOf, DeploymentResponseAnyOf1 It could be an instance of the 'anyOf' schemas. The anyOf child schemas may themselves be a composed schema (allOf, anyOf, anyOf).- Overrides:
setActualInstancein classAbstractOpenApiSchema- Parameters:
instance- the actual instance of the schema/object
-
getActualInstance
Deprecated.Get the actual instance, which can be the following: DeploymentResponseAnyOf, DeploymentResponseAnyOf1- Overrides:
getActualInstancein classAbstractOpenApiSchema- Returns:
- The actual instance (DeploymentResponseAnyOf, DeploymentResponseAnyOf1)
-
getDeploymentResponseAnyOf
Deprecated.Get the actual instance of `DeploymentResponseAnyOf`. If the actual instance is not `DeploymentResponseAnyOf`, the ClassCastException will be thrown.- Returns:
- The actual instance of `DeploymentResponseAnyOf`
- Throws:
ClassCastException- if the instance is not `DeploymentResponseAnyOf`
-
getDeploymentResponseAnyOf1
Deprecated.Get the actual instance of `DeploymentResponseAnyOf1`. If the actual instance is not `DeploymentResponseAnyOf1`, the ClassCastException will be thrown.- Returns:
- The actual instance of `DeploymentResponseAnyOf1`
- Throws:
ClassCastException- if the instance is not `DeploymentResponseAnyOf1`
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-