public class AuthData extends Object
| Constructor and Description |
|---|
AuthData() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getClientId() |
String |
getCode() |
long |
getCreateAt() |
long |
getExpiresIn() |
String |
getRedirectUrl() |
String |
getScope() |
String |
getState() |
String |
getUserId() |
int |
hashCode() |
void |
setClientId(String clientId) |
void |
setCode(String code) |
void |
setCreateAt(long createAt) |
void |
setExpiresIn(long expiresIn) |
void |
setRedirectUrl(String redirectUrl) |
void |
setScope(String scope) |
void |
setState(String state) |
void |
setUserId(String userId) |
String |
toString() |
public String getClientId()
public String getUserId()
public String getCode()
public long getExpiresIn()
public long getCreateAt()
public String getRedirectUrl()
public String getState()
public String getScope()
public void setClientId(String clientId)
public void setUserId(String userId)
public void setCode(String code)
public void setExpiresIn(long expiresIn)
public void setCreateAt(long createAt)
public void setRedirectUrl(String redirectUrl)
public void setState(String state)
public void setScope(String scope)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.