Class SingleSectionModel

java.lang.Object
ai.reveng.model.SingleSectionModel

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

  • Constructor Details

    • SingleSectionModel

      public SingleSectionModel()
  • Method Details

    • name

      public SingleSectionModel name(@Nonnull String name)
    • getName

      @Nonnull public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(@Nonnull String name)
    • virtualAddress

      public SingleSectionModel virtualAddress(@Nonnull Integer virtualAddress)
    • getVirtualAddress

      @Nonnull public Integer getVirtualAddress()
      Get virtualAddress
      Returns:
      virtualAddress
    • setVirtualAddress

      public void setVirtualAddress(@Nonnull Integer virtualAddress)
    • virtualSize

      public SingleSectionModel virtualSize(@Nonnull Integer virtualSize)
    • getVirtualSize

      @Nonnull public Integer getVirtualSize()
      Get virtualSize
      Returns:
      virtualSize
    • setVirtualSize

      public void setVirtualSize(@Nonnull Integer virtualSize)
    • characteristics

      public SingleSectionModel characteristics(@Nonnull String characteristics)
    • getCharacteristics

      @Nonnull public String getCharacteristics()
      Get characteristics
      Returns:
      characteristics
    • setCharacteristics

      public void setCharacteristics(@Nonnull String characteristics)
    • rawSize

      public SingleSectionModel rawSize(@Nonnull Integer rawSize)
    • getRawSize

      @Nonnull public Integer getRawSize()
      Get rawSize
      Returns:
      rawSize
    • setRawSize

      public void setRawSize(@Nonnull Integer rawSize)
    • entropy

      public SingleSectionModel entropy(@Nonnull BigDecimal entropy)
    • getEntropy

      @Nonnull public BigDecimal getEntropy()
      Get entropy
      Returns:
      entropy
    • setEntropy

      public void setEntropy(@Nonnull BigDecimal entropy)
    • sha3256

      public SingleSectionModel sha3256(@Nonnull String sha3256)
    • getSha3256

      @Nonnull public String getSha3256()
      Get sha3256
      Returns:
      sha3256
    • setSha3256

      public void setSha3256(@Nonnull String sha3256)
    • 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 SingleSectionModel
    • fromJson

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

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