public class AlipayOpenAppMessageSubscriptionModifyModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayOpenAppMessageSubscriptionModifyModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthToken() |
String |
getAuthType() |
String |
getCommType() |
String |
getTag() |
String |
getTopic() |
void |
setAuthToken(String authToken) |
void |
setAuthType(String authType) |
void |
setCommType(String commType) |
void |
setTag(String tag) |
void |
setTopic(String topic) |
public AlipayOpenAppMessageSubscriptionModifyModel()
public String getAuthToken()
public void setAuthToken(String authToken)
public String getAuthType()
public void setAuthType(String authType)
public String getCommType()
public void setCommType(String commType)
public String getTag()
public void setTag(String tag)
public String getTopic()
public void setTopic(String topic)
Copyright © 2020. All rights reserved.