Class AuthedUserController.Ses
-
- All Implemented Interfaces:
public class AuthedUserController.Ses extends AuthedUserController.Dto
-
-
Constructor Summary
Constructors Constructor Description AuthedUserController.Ses()
-
Method Summary
Modifier and Type Method Description ZonedDateTimegetLastAccess()voidsetLastAccess(ZonedDateTime lastAccess)booleanisExpired()StringtoString()booleanequals(@Nullable() Object o)inthashCode()voidsetExpired(boolean expired)-
Methods inherited from class pro.fessional.wings.warlock.controller.user.AuthedUserController.Dto
getAuthtype, getLocale, getNickname, getOffset, getToken, getUsername, getZoneid, setAuthtype, setLocale, setNickname, setOffset, setToken, setUsername, setZoneid -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLastAccess
ZonedDateTime getLastAccess()
-
setLastAccess
void setLastAccess(ZonedDateTime lastAccess)
-
isExpired
boolean isExpired()
-
hashCode
int hashCode()
-
setExpired
void setExpired(boolean expired)
-
-
-
-