Package ai.reveng.model
Class FuncDepsInner
java.lang.Object
ai.reveng.model.AbstractOpenApiSchema
ai.reveng.model.FuncDepsInner
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FuncDepsInner
extends AbstractOpenApiSchema
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FuncDepsInnerCreate an instance of FuncDepsInner given an JSON stringGet the actual instance, which can be the following: Enumeration, GlobalVariable, Structure, TypeDefinitionGet the actual instance of `Enumeration`.Get the actual instance of `GlobalVariable`.Get the list of oneOf/anyOf composed schemas allowed to be stored in this objectGet the actual instance of `Structure`.Get the actual instance of `TypeDefinition`.voidsetActualInstance(Object instance) Set the instance that matches the anyOf child schema, check the instance parameter is valid against the anyOf child schemas: Enumeration, GlobalVariable, Structure, TypeDefinition It could be an instance of the 'anyOf' schemas.toJson()Convert an instance of FuncDepsInner to an JSON stringstatic voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundMethods inherited from class ai.reveng.model.AbstractOpenApiSchema
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toString
-
Field Details
-
schemas
-
-
Constructor Details
-
FuncDepsInner
public FuncDepsInner() -
FuncDepsInner
-
-
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: Enumeration, GlobalVariable, Structure, TypeDefinition It could be an instance of the 'anyOf' schemas.- Overrides:
setActualInstancein classAbstractOpenApiSchema- Parameters:
instance- the actual instance of the schema/object
-
getActualInstance
Get the actual instance, which can be the following: Enumeration, GlobalVariable, Structure, TypeDefinition- Overrides:
getActualInstancein classAbstractOpenApiSchema- Returns:
- The actual instance (Enumeration, GlobalVariable, Structure, TypeDefinition)
-
getStructure
Get the actual instance of `Structure`. If the actual instance is not `Structure`, the ClassCastException will be thrown.- Returns:
- The actual instance of `Structure`
- Throws:
ClassCastException- if the instance is not `Structure`
-
getEnumeration
Get the actual instance of `Enumeration`. If the actual instance is not `Enumeration`, the ClassCastException will be thrown.- Returns:
- The actual instance of `Enumeration`
- Throws:
ClassCastException- if the instance is not `Enumeration`
-
getTypeDefinition
Get the actual instance of `TypeDefinition`. If the actual instance is not `TypeDefinition`, the ClassCastException will be thrown.- Returns:
- The actual instance of `TypeDefinition`
- Throws:
ClassCastException- if the instance is not `TypeDefinition`
-
getGlobalVariable
Get the actual instance of `GlobalVariable`. If the actual instance is not `GlobalVariable`, the ClassCastException will be thrown.- Returns:
- The actual instance of `GlobalVariable`
- Throws:
ClassCastException- if the instance is not `GlobalVariable`
-
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 FuncDepsInner
-
fromJson
Create an instance of FuncDepsInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FuncDepsInner
- Throws:
IOException- if the JSON string is invalid with respect to FuncDepsInner
-
toJson
Convert an instance of FuncDepsInner to an JSON string- Returns:
- JSON string
-