Class ListImportedFunctionsOutputBody

java.lang.Object
ai.reveng.model.ListImportedFunctionsOutputBody

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

  • Constructor Details

    • ListImportedFunctionsOutputBody

      public ListImportedFunctionsOutputBody()
  • Method Details

    • importedFunctions

      public ListImportedFunctionsOutputBody importedFunctions(@Nullable List<ImportedFunctionEntry> importedFunctions)
    • addImportedFunctionsItem

      public ListImportedFunctionsOutputBody addImportedFunctionsItem(ImportedFunctionEntry importedFunctionsItem)
    • getImportedFunctions

      @Nullable public List<ImportedFunctionEntry> getImportedFunctions()
      Get importedFunctions
      Returns:
      importedFunctions
    • setImportedFunctions

      public void setImportedFunctions(@Nullable List<ImportedFunctionEntry> importedFunctions)
    • totalCount

      public ListImportedFunctionsOutputBody totalCount(@Nonnull Long totalCount)
    • getTotalCount

      @Nonnull public Long getTotalCount()
      Total imported functions for the binary, ignoring pagination.
      Returns:
      totalCount
    • setTotalCount

      public void setTotalCount(@Nonnull Long totalCount)
    • 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 ListImportedFunctionsOutputBody
    • fromJson

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

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