Class RenameAppliedEvent

java.lang.Object
ai.reveng.model.RenameAppliedEvent

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

  • Constructor Details

    • RenameAppliedEvent

      public RenameAppliedEvent()
  • Method Details

    • addrHex

      public RenameAppliedEvent addrHex(@Nullable String addrHex)
    • getAddrHex

      @Nullable public String getAddrHex()
      Get addrHex
      Returns:
      addrHex
    • setAddrHex

      public void setAddrHex(@Nullable String addrHex)
    • attempt

      public RenameAppliedEvent attempt(@Nonnull Integer attempt)
    • getAttempt

      @Nonnull public Integer getAttempt()
      Get attempt
      Returns:
      attempt
    • setAttempt

      public void setAttempt(@Nonnull Integer attempt)
    • newName

      public RenameAppliedEvent newName(@Nonnull String newName)
    • getNewName

      @Nonnull public String getNewName()
      Get newName
      Returns:
      newName
    • setNewName

      public void setNewName(@Nonnull String newName)
    • oldName

      public RenameAppliedEvent oldName(@Nonnull String oldName)
    • getOldName

      @Nonnull public String getOldName()
      Get oldName
      Returns:
      oldName
    • setOldName

      public void setOldName(@Nonnull String oldName)
    • seq

      public RenameAppliedEvent seq(@Nonnull Integer seq)
    • getSeq

      @Nonnull public Integer getSeq()
      Get seq
      Returns:
      seq
    • setSeq

      public void setSeq(@Nonnull Integer seq)
    • type

      public RenameAppliedEvent type(@Nonnull String type)
    • getType

      @Nonnull public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(@Nonnull String type)
    • 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 RenameAppliedEvent
    • fromJson

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

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