public class MpRefreshOauthTokenRequest extends Object
| 构造器和说明 |
|---|
MpRefreshOauthTokenRequest() |
MpRefreshOauthTokenRequest(String appid,
String refresh_token) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid() |
String |
getGrant_type() |
String |
getRefresh_token() |
void |
setAppid(String appid) |
void |
setGrant_type(String grant_type) |
void |
setRefresh_token(String refresh_token) |
public String getAppid()
public void setAppid(String appid)
public String getRefresh_token()
public void setRefresh_token(String refresh_token)
public String getGrant_type()
public void setGrant_type(String grant_type)
Copyright © 2019. All rights reserved.