Class ValidationError1LocInner
java.lang.Object
cz.fidentis.analyst.engines.face.facemasksapi.model.AbstractOpenApiSchema
cz.fidentis.analyst.engines.face.facemasksapi.model.ValidationError1LocInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.10.0")
public class ValidationError1LocInner
extends AbstractOpenApiSchema
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationError1LocInner
Create an instance of ValidationError1LocInner given an JSON stringGet the actual instance, which can be the following: Integer, StringGet the actual instance of `Integer`.Get the list of oneOf/anyOf composed schemas allowed to be stored in this objectGet the actual instance of `String`.void
setActualInstance
(Object instance) Set the instance that matches the anyOf child schema, check the instance parameter is valid against the anyOf child schemas: Integer, String It could be an instance of the 'anyOf' schemas.toJson()
Convert an instance of ValidationError1LocInner to an JSON stringstatic void
validateJsonElement
(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundMethods inherited from class cz.fidentis.analyst.engines.face.facemasksapi.model.AbstractOpenApiSchema
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toString
-
Field Details
-
schemas
-
-
Constructor Details
-
ValidationError1LocInner
public ValidationError1LocInner() -
ValidationError1LocInner
-
-
Method Details
-
getSchemas
Description copied from class:AbstractOpenApiSchema
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object- Specified by:
getSchemas
in 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: Integer, String It could be an instance of the 'anyOf' schemas.- Overrides:
setActualInstance
in classAbstractOpenApiSchema
- Parameters:
instance
- the actual instance of the schema/object
-
getActualInstance
Get the actual instance, which can be the following: Integer, String- Overrides:
getActualInstance
in classAbstractOpenApiSchema
- Returns:
- The actual instance (Integer, String)
-
getString
Get the actual instance of `String`. If the actual instance is not `String`, the ClassCastException will be thrown.- Returns:
- The actual instance of `String`
- Throws:
ClassCastException
- if the instance is not `String`
-
getInteger
Get the actual instance of `Integer`. If the actual instance is not `Integer`, the ClassCastException will be thrown.- Returns:
- The actual instance of `Integer`
- Throws:
ClassCastException
- if the instance is not `Integer`
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement
- JSON Element- Throws:
IOException
- if the JSON Element is invalid with respect to ValidationError1LocInner
-
fromJson
Create an instance of ValidationError1LocInner given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of ValidationError1LocInner
- Throws:
IOException
- if the JSON string is invalid with respect to ValidationError1LocInner
-
toJson
Convert an instance of ValidationError1LocInner to an JSON string- Returns:
- JSON string
-