public static class OauthPwdAuthResponse.IccToken extends Object
| 构造器和说明 |
|---|
IccToken() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccess_token() |
Long |
getExpires_in() |
String |
getMagicId() |
String |
getRefresh_token() |
Long |
getRemainderDays() |
String |
getScope() |
String |
getToken_type() |
String |
getUserId() |
void |
setAccess_token(String access_token) |
void |
setExpires_in(Long expires_in) |
void |
setMagicId(String magicId) |
void |
setRefresh_token(String refresh_token) |
void |
setRemainderDays(Long remainderDays) |
void |
setScope(String scope) |
void |
setToken_type(String token_type) |
void |
setUserId(String userId) |
String |
toString() |
public String getAccess_token()
public void setAccess_token(String access_token)
public String getToken_type()
public void setToken_type(String token_type)
public String getRefresh_token()
public void setRefresh_token(String refresh_token)
public Long getExpires_in()
public void setExpires_in(Long expires_in)
public String getScope()
public void setScope(String scope)
public String getUserId()
public void setUserId(String userId)
public String getMagicId()
public void setMagicId(String magicId)
public Long getRemainderDays()
public void setRemainderDays(Long remainderDays)
Copyright © 2023. All rights reserved.