Class FunctionInfo

java.lang.Object
ai.reveng.model.FunctionInfo

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

  • Constructor Details

    • FunctionInfo

      public FunctionInfo()
  • Method Details

    • funcDeps

      public FunctionInfo funcDeps(@Nullable List<FunctionDependency> funcDeps)
    • addFuncDepsItem

      public FunctionInfo addFuncDepsItem(FunctionDependency funcDepsItem)
    • getFuncDeps

      @Nullable public List<FunctionDependency> getFuncDeps()
      Get funcDeps
      Returns:
      funcDeps
    • setFuncDeps

      public void setFuncDeps(@Nullable List<FunctionDependency> funcDeps)
    • funcTypes

      public FunctionInfo funcTypes(@Nullable FunctionType funcTypes)
    • getFuncTypes

      @Nullable public FunctionType getFuncTypes()
      Get funcTypes
      Returns:
      funcTypes
    • setFuncTypes

      public void setFuncTypes(@Nullable FunctionType funcTypes)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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 FunctionInfo
    • fromJson

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

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