public class TokenCheckEntity extends Object implements Serializable
| Constructor and Description |
|---|
TokenCheckEntity() |
public String getAccessToken()
public void setAccessToken(String accessToken)
accessToken - the accessToken to setpublic String getUserId()
public void setUserId(String userId)
userId - the userId to setpublic String getClientId()
public void setClientId(String clientId)
clientId - the clientId to setpublic String getReferrer()
public void setReferrer(String referrer)
referrer - the referrer to setpublic String getIpAddress()
public void setIpAddress(String ipAddress)
ipAddress - the ipAddress to setpublic String getHost()
public void setHost(String host)
host - the host to setpublic String getAcceptLanguage()
public void setAcceptLanguage(String acceptLanguage)
acceptLanguage - the acceptLanguage to setpublic String getUserAgent()
public void setUserAgent(String userAgent)
userAgent - the userAgent to setpublic String getRequestURL()
public void setRequestURL(String requestURL)
requestURL - the requestURL to setpublic boolean isSuccess()
public void setSuccess(boolean success)
success - the success to setpublic String getRequestedScopes()
public void setRequestedScopes(String requestedScopes)
requestedScopes - the requestedScopes to setpublic String getRequestedRoles()
public void setRequestedRoles(String requestedRoles)
requestedRoles - the requestedRoles to setpublic Date getCreatedTime()
public void setCreatedTime(Date createdTime)
createdTime - the createdTime to setpublic static long getSerialversionuid()
public String getAllowedScopes()
public void setAllowedScopes(String allowedScopes)
allowedScopes - the allowedScopes to setpublic String getAllowedRoles()
public void setAllowedRoles(String allowedRoles)
allowedRoles - the allowedRoles to setpublic String getFactEventType()
public void setFactEventType(String factEventType)
factEventType - the factEventType to setpublic boolean isNeedServerSubmit()
public void setNeedServerSubmit(boolean needServerSubmit)
Copyright © 2017. All rights reserved.