public static class OAuthV2AccessResponse.AuthedUser extends Object
| Constructor and Description |
|---|
AuthedUser() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAccessToken() |
String |
getId() |
String |
getScope() |
String |
getTokenType() |
int |
hashCode() |
void |
setAccessToken(String accessToken) |
void |
setId(String id) |
void |
setScope(String scope) |
void |
setTokenType(String tokenType) |
String |
toString() |
public String getId()
public String getScope()
public String getTokenType()
public String getAccessToken()
public void setId(String id)
public void setScope(String scope)
public void setTokenType(String tokenType)
public void setAccessToken(String accessToken)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.