Class FunctionBatchAnn

java.lang.Object
ai.reveng.model.FunctionBatchAnn

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

  • Constructor Details

    • FunctionBatchAnn

      public FunctionBatchAnn()
  • Method Details

    • success

      public FunctionBatchAnn success(@Nullable Object success)
    • getSuccess

      @Nullable public Object getSuccess()
      Get success
      Returns:
      success
    • setSuccess

      public void setSuccess(@Nullable Object success)
    • settings

      public FunctionBatchAnn settings(@Nullable Object settings)
    • getSettings

      @Nullable public Object getSettings()
      Get settings
      Returns:
      settings
    • setSettings

      public void setSettings(@Nullable Object settings)
    • functionMatches

      public FunctionBatchAnn functionMatches(@Nullable Object functionMatches)
    • getFunctionMatches

      @Nullable public Object getFunctionMatches()
      Get functionMatches
      Returns:
      functionMatches
    • setFunctionMatches

      public void setFunctionMatches(@Nullable Object functionMatches)
    • 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 FunctionBatchAnn
    • fromJson

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

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