public class TokenDTO extends Object
static int
EXPIRE_INTERVAL
TokenDTO()
boolean
expired()
Long
getExpireTime()
String
getToken()
isNew()
void
setExpireTime(Long expireTime)
setToken(String token)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final int EXPIRE_INTERVAL
public TokenDTO()
public boolean expired()
public boolean isNew()
public String getToken()
public void setToken(String token)
public Long getExpireTime()
public void setExpireTime(Long expireTime)
public String toString()
toString
Object
Copyright © 2022. All rights reserved.