public class AccessToken extends Object implements RetryUtils.ResultCheck, Serializable
构造器和说明 |
---|
AccessToken(String jsonStr) |
限定符和类型 | 方法和说明 |
---|---|
String |
getAccessToken() |
String |
getCacheJson() |
Integer |
getErrorCode() |
String |
getErrorMsg() |
Long |
getExpiredTime() |
Integer |
getExpiresIn() |
String |
getJson() |
boolean |
isAvailable() |
boolean |
matching() |
public AccessToken(String jsonStr)
public String getJson()
getJson
在接口中 RetryUtils.ResultCheck
public String getCacheJson()
public boolean isAvailable()
public String getAccessToken()
public Integer getExpiresIn()
public Long getExpiredTime()
public Integer getErrorCode()
public String getErrorMsg()
public boolean matching()
matching
在接口中 RetryUtils.ResultCheck
Copyright © 2017. All rights reserved.