类 CheckInException

java.lang.Object
com.github.shuaidd.dto.checkin.CheckInException

public class CheckInException extends Object
描述
作者:
ddshuai date 2021-07-15 13:22
  • 字段详细资料

    • count

      private Integer count
    • duration

      private Integer duration
    • exception

      private Integer exception
  • 构造器详细资料

    • CheckInException

      public CheckInException()
  • 方法详细资料

    • getCount

      public Integer getCount()
    • setCount

      public void setCount(Integer count)
    • getDuration

      public Integer getDuration()
    • setDuration

      public void setDuration(Integer duration)
    • getException

      public Integer getException()
    • setException

      public void setException(Integer exception)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object