Class BatchRenameInputBody

java.lang.Object
ai.reveng.model.BatchRenameInputBody

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

  • Constructor Details

    • BatchRenameInputBody

      public BatchRenameInputBody()
  • Method Details

    • functions

      public BatchRenameInputBody functions(@Nullable List<BatchRenameItem> functions)
    • addFunctionsItem

      public BatchRenameInputBody addFunctionsItem(BatchRenameItem functionsItem)
    • getFunctions

      @Nullable public List<BatchRenameItem> getFunctions()
      List of functions to rename
      Returns:
      functions
    • setFunctions

      public void setFunctions(@Nullable List<BatchRenameItem> functions)
    • 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 BatchRenameInputBody
    • fromJson

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

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