public class TokenGetResponse extends BasicEntity
TokenGetResponse()
String
getAccessToken()
Long
getExp()
getIat()
void
setAccessToken(String accessToken)
setExp(Long exp)
setIat(Long iat)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TokenGetResponse()
public String getAccessToken()
public void setAccessToken(String accessToken)
public Long getExp()
public void setExp(Long exp)
public Long getIat()
public void setIat(Long iat)
Copyright © 2021. All rights reserved.