Class AIDecompInverseFunctionMapItem

java.lang.Object
ai.reveng.model.AIDecompInverseFunctionMapItem

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

  • Constructor Details

    • AIDecompInverseFunctionMapItem

      public AIDecompInverseFunctionMapItem()
  • Method Details

    • addr

      public AIDecompInverseFunctionMapItem addr(@Nullable Long addr)
    • getAddr

      @Nullable public Long getAddr()
      Get addr
      Returns:
      addr
    • setAddr

      public void setAddr(@Nullable Long addr)
    • isExternal

      public AIDecompInverseFunctionMapItem isExternal(@Nonnull Boolean isExternal)
    • getIsExternal

      @Nonnull public Boolean getIsExternal()
      Get isExternal
      Returns:
      isExternal
    • setIsExternal

      public void setIsExternal(@Nonnull Boolean isExternal)
    • name

      public AIDecompInverseFunctionMapItem name(@Nonnull String name)
    • getName

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

      public void setName(@Nonnull String name)
    • 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 AIDecompInverseFunctionMapItem
    • fromJson

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

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