Class BinaryAdditionalDetailsDataResponse

java.lang.Object
ai.reveng.model.BinaryAdditionalDetailsDataResponse

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

  • Constructor Details

    • BinaryAdditionalDetailsDataResponse

      public BinaryAdditionalDetailsDataResponse()
  • Method Details

    • _file

      public BinaryAdditionalDetailsDataResponse _file(@Nonnull FileMetadata _file)
    • getFile

      @Nonnull public FileMetadata getFile()
      Get _file
      Returns:
      _file
    • setFile

      public void setFile(@Nonnull FileMetadata _file)
    • pe

      public BinaryAdditionalDetailsDataResponse pe(@Nullable PEModel pe)
    • getPe

      @Nullable public PEModel getPe()
      Get pe
      Returns:
      pe
    • setPe

      public void setPe(@Nullable PEModel pe)
    • elf

      public BinaryAdditionalDetailsDataResponse elf(@Nullable ELFModel elf)
    • getElf

      @Nullable public ELFModel getElf()
      Get elf
      Returns:
      elf
    • setElf

      public void setElf(@Nullable ELFModel elf)
    • 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 BinaryAdditionalDetailsDataResponse
    • fromJson

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

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