Class ActionRaw

java.lang.Object
com.mikuac.shiro.dto.action.common.ActionRaw

public class ActionRaw extends Object
Created on 2021/7/8.
  • Constructor Details

    • ActionRaw

      public ActionRaw()
  • Method Details

    • getStatus

      public String getStatus()
    • getRetCode

      public Integer getRetCode()
    • getEcho

      public Long getEcho()
    • setStatus

      public void setStatus(String status)
    • setRetCode

      public void setRetCode(Integer retCode)
    • setEcho

      public void setEcho(Long echo)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object