public class OauthTokenOutput extends Object
| 构造器和说明 |
|---|
OauthTokenOutput()
Instantiates a new Oauth token output.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccess_token()
Gets access token.
|
String |
getDesc()
Gets desc.
|
long |
getErrcode()
Gets errcode.
|
String |
getErrmsg()
Gets errmsg.
|
String |
getExpires_in()
Gets expires in.
|
String |
getOpenid()
Gets openid.
|
String |
getRefresh_token()
Gets refresh token.
|
String |
getScope()
Gets scope.
|
String |
getUnionid()
Gets unionid.
|
void |
setAccess_token(String access_token)
Sets access token.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setErrcode(long errcode)
Sets errcode.
|
void |
setErrmsg(String errmsg)
Sets errmsg.
|
void |
setExpires_in(String expires_in)
Sets expires in.
|
void |
setOpenid(String openid)
Sets openid.
|
void |
setRefresh_token(String refresh_token)
Sets refresh token.
|
void |
setScope(String scope)
Sets scope.
|
void |
setUnionid(String unionid)
Sets unionid.
|
String |
toString() |
public String getDesc()
public void setDesc(String desc)
desc - the descpublic long getErrcode()
public void setErrcode(long errcode)
errcode - the errcodepublic String getErrmsg()
public void setErrmsg(String errmsg)
errmsg - the errmsgpublic String getAccess_token()
public String getExpires_in()
public String getRefresh_token()
public String getOpenid()
public String getScope()
public String getUnionid()
public void setAccess_token(String access_token)
access_token - the access tokenpublic void setExpires_in(String expires_in)
expires_in - the expires inpublic void setRefresh_token(String refresh_token)
refresh_token - the refresh tokenpublic void setOpenid(String openid)
openid - the openidpublic void setScope(String scope)
scope - the scopepublic void setUnionid(String unionid)
unionid - the unionidCopyright © 2017. All rights reserved.