public class OAuth2AccessToken extends GlobalReturnCode
| Constructor and Description |
|---|
OAuth2AccessToken() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess_token() |
int |
getExpires_in() |
String |
getOpenid() |
String |
getRefresh_token() |
String |
getScope() |
void |
setAccess_token(String access_token) |
void |
setExpires_in(int expires_in) |
void |
setOpenid(String openid) |
void |
setRefresh_token(String refresh_token) |
void |
setScope(String scope) |
String |
toString() |
getData, getErrcode, getErrmsg, setData, setErrcode, setErrmsg, systemErrorpublic String getAccess_token()
public void setAccess_token(String access_token)
public String getRefresh_token()
public void setRefresh_token(String refresh_token)
public String getOpenid()
public void setOpenid(String openid)
public String getScope()
public void setScope(String scope)
public int getExpires_in()
public void setExpires_in(int expires_in)
public String toString()
toString in class GlobalReturnCodeCopyright © 2012–2020 Wudao Software Studio. All rights reserved.