Class InverseFunctionMapItem

java.lang.Object
ai.reveng.model.InverseFunctionMapItem

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

  • Constructor Details

    • InverseFunctionMapItem

      public InverseFunctionMapItem()
  • Method Details

    • name

      public InverseFunctionMapItem name(@Nonnull String name)
    • getName

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

      public void setName(@Nonnull String name)
    • addr

      public InverseFunctionMapItem addr(@Nullable Addr addr)
    • getAddr

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

      public void setAddr(@Nullable Addr addr)
    • isExternal

      public InverseFunctionMapItem isExternal(@Nullable Boolean isExternal)
    • getIsExternal

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

      public void setIsExternal(@Nullable Boolean isExternal)
    • 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 InverseFunctionMapItem
    • fromJson

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

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