public class AccessResponse extends Object
| Constructor and Description |
|---|
AccessResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAccessToken() |
int |
getExpiresIn() |
String |
getRefreshToken() |
String |
getScope() |
String |
getTokenType() |
int |
hashCode() |
void |
setAccessToken(String accessToken) |
void |
setExpiresIn(int expiresIn) |
void |
setRefreshToken(String refreshToken) |
void |
setScope(String scope) |
void |
setTokenType(String tokenType) |
String |
toString() |
public String getAccessToken()
public String getTokenType()
public int getExpiresIn()
public String getScope()
public String getRefreshToken()
public void setAccessToken(String accessToken)
public void setTokenType(String tokenType)
public void setExpiresIn(int expiresIn)
public void setScope(String scope)
public void setRefreshToken(String refreshToken)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.