public class SnsAccessToken extends Object implements RetryUtils.ResultCheck, Serializable
| 构造器和说明 |
|---|
SnsAccessToken(String jsonStr) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessToken() |
Integer |
getErrorCode() |
String |
getErrorMsg() |
Integer |
getExpiresIn() |
String |
getJson() |
String |
getOpenid() |
String |
getRefresh_token() |
String |
getScope() |
String |
getUnionid() |
boolean |
isAvailable() |
boolean |
matching() |
public SnsAccessToken(String jsonStr)
public String getJson()
getJson 在接口中 RetryUtils.ResultCheckpublic boolean isAvailable()
public String getAccessToken()
public Integer getExpiresIn()
public String getRefresh_token()
public String getOpenid()
public String getScope()
public Integer getErrorCode()
public String getErrorMsg()
public String getUnionid()
public boolean matching()
matching 在接口中 RetryUtils.ResultCheckCopyright © 2017. All rights reserved.