Class FunctionInfoInputFuncDepsInner

java.lang.Object
ai.reveng.model.AbstractOpenApiSchema
ai.reveng.model.FunctionInfoInputFuncDepsInner

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class FunctionInfoInputFuncDepsInner extends AbstractOpenApiSchema
  • Field Details

  • Constructor Details

    • FunctionInfoInputFuncDepsInner

      public FunctionInfoInputFuncDepsInner()
    • FunctionInfoInputFuncDepsInner

      public FunctionInfoInputFuncDepsInner(Object o)
  • Method Details

    • getSchemas

      public Map<String,Class<?>> 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 class AbstractOpenApiSchema
      Returns:
      an instance of the actual schema/object
    • setActualInstance

      public void setActualInstance(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.
      Overrides:
      setActualInstance in class AbstractOpenApiSchema
      Parameters:
      instance - the actual instance of the schema/object
    • getActualInstance

      public Object getActualInstance()
      Get the actual instance, which can be the following: Enumeration, GlobalVariable, Structure, TypeDefinition
      Overrides:
      getActualInstance in class AbstractOpenApiSchema
      Returns:
      The actual instance (Enumeration, GlobalVariable, Structure, TypeDefinition)
    • getStructure

      public Structure getStructure() throws ClassCastException
      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

      public Enumeration getEnumeration() throws ClassCastException
      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

      public TypeDefinition getTypeDefinition() throws ClassCastException
      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

      public GlobalVariable getGlobalVariable() throws ClassCastException
      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

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      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 FunctionInfoInputFuncDepsInner
    • fromJson

      public static FunctionInfoInputFuncDepsInner fromJson(String jsonString) throws IOException
      Create an instance of FunctionInfoInputFuncDepsInner given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of FunctionInfoInputFuncDepsInner
      Throws:
      IOException - if the JSON string is invalid with respect to FunctionInfoInputFuncDepsInner
    • toJson

      public String toJson()
      Convert an instance of FunctionInfoInputFuncDepsInner to an JSON string
      Returns:
      JSON string