public static class ApiQueryAuthResult.Authorization_info extends Object
| 构造器和说明 |
|---|
Authorization_info() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthorizer_access_token() |
String |
getAuthorizer_appid() |
String |
getAuthorizer_refresh_token() |
Integer |
getExpires_in() |
List<FuncInfo> |
getFunc_info() |
void |
setAuthorizer_access_token(String authorizer_access_token) |
void |
setAuthorizer_appid(String authorizer_appid) |
void |
setAuthorizer_refresh_token(String authorizer_refresh_token) |
void |
setExpires_in(Integer expires_in) |
void |
setFunc_info(List<FuncInfo> func_info) |
public String getAuthorizer_appid()
public void setAuthorizer_appid(String authorizer_appid)
public String getAuthorizer_access_token()
public void setAuthorizer_access_token(String authorizer_access_token)
public Integer getExpires_in()
public void setExpires_in(Integer expires_in)
public String getAuthorizer_refresh_token()
public void setAuthorizer_refresh_token(String authorizer_refresh_token)
Copyright © 2016. All rights reserved.