Class IndirectCallSitesOutputBody

java.lang.Object
ai.reveng.model.IndirectCallSitesOutputBody

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

  • Constructor Details

    • IndirectCallSitesOutputBody

      public IndirectCallSitesOutputBody()
  • Method Details

    • functionId

      public IndirectCallSitesOutputBody functionId(@Nonnull Long functionId)
    • getFunctionId

      @Nonnull public Long getFunctionId()
      Get functionId
      Returns:
      functionId
    • setFunctionId

      public void setFunctionId(@Nonnull Long functionId)
    • sites

      public IndirectCallSitesOutputBody sites(@Nullable List<IndirectCallSite> sites)
    • addSitesItem

      public IndirectCallSitesOutputBody addSitesItem(IndirectCallSite sitesItem)
    • getSites

      @Nullable public List<IndirectCallSite> getSites()
      Get sites
      Returns:
      sites
    • setSites

      public void setSites(@Nullable List<IndirectCallSite> sites)
    • 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 IndirectCallSitesOutputBody
    • fromJson

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

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