Package dev.restate.admin.model
Class UpdateDeploymentRequest
java.lang.Object
dev.restate.admin.model.AbstractOpenApiSchema
dev.restate.admin.model.UpdateDeploymentRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGet the actual instance, which can be the following: UpdateDeploymentRequestAnyOf, UpdateDeploymentRequestAnyOf1Get the list of oneOf/anyOf composed schemas allowed to be stored in this objectGet the actual instance of `UpdateDeploymentRequestAnyOf`.Get the actual instance of `UpdateDeploymentRequestAnyOf1`.voidsetActualInstance(Object instance) Set the instance that matches the anyOf child schema, check the instance parameter is valid against the anyOf child schemas: UpdateDeploymentRequestAnyOf, UpdateDeploymentRequestAnyOf1 It could be an instance of the 'anyOf' schemas.Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.Methods inherited from class dev.restate.admin.model.AbstractOpenApiSchema
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toString
-
Field Details
-
schemas
-
-
Constructor Details
-
UpdateDeploymentRequest
public UpdateDeploymentRequest() -
UpdateDeploymentRequest
-
UpdateDeploymentRequest
-
-
Method Details
-
getSchemas
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
Set the instance that matches the anyOf child schema, check the instance parameter is valid against the anyOf child schemas: UpdateDeploymentRequestAnyOf, UpdateDeploymentRequestAnyOf1 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
Get the actual instance, which can be the following: UpdateDeploymentRequestAnyOf, UpdateDeploymentRequestAnyOf1- Overrides:
getActualInstancein classAbstractOpenApiSchema- Returns:
- The actual instance (UpdateDeploymentRequestAnyOf, UpdateDeploymentRequestAnyOf1)
-
getUpdateDeploymentRequestAnyOf
Get the actual instance of `UpdateDeploymentRequestAnyOf`. If the actual instance is not `UpdateDeploymentRequestAnyOf`, the ClassCastException will be thrown.- Returns:
- The actual instance of `UpdateDeploymentRequestAnyOf`
- Throws:
ClassCastException- if the instance is not `UpdateDeploymentRequestAnyOf`
-
getUpdateDeploymentRequestAnyOf1
Get the actual instance of `UpdateDeploymentRequestAnyOf1`. If the actual instance is not `UpdateDeploymentRequestAnyOf1`, the ClassCastException will be thrown.- Returns:
- The actual instance of `UpdateDeploymentRequestAnyOf1`
- Throws:
ClassCastException- if the instance is not `UpdateDeploymentRequestAnyOf1`
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-