Class ListAnalysisFunctionsOutputBody

java.lang.Object
ai.reveng.model.ListAnalysisFunctionsOutputBody

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

  • Constructor Details

    • ListAnalysisFunctionsOutputBody

      public ListAnalysisFunctionsOutputBody()
  • Method Details

    • functions

      public ListAnalysisFunctionsOutputBody functions(@Nullable List<AnalysisFunctionEntry> functions)
    • addFunctionsItem

      public ListAnalysisFunctionsOutputBody addFunctionsItem(AnalysisFunctionEntry functionsItem)
    • getFunctions

      @Nullable public List<AnalysisFunctionEntry> getFunctions()
      Get functions
      Returns:
      functions
    • setFunctions

      public void setFunctions(@Nullable List<AnalysisFunctionEntry> functions)
    • totalCount

      public ListAnalysisFunctionsOutputBody totalCount(@Nonnull Long totalCount)
    • getTotalCount

      @Nonnull public Long getTotalCount()
      Total functions in the analysis, 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 ListAnalysisFunctionsOutputBody
    • fromJson

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

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