public class AlipayMobilePublicMessageMatcherSendResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayMobilePublicMessageMatcherSendResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Getter method for property code.
|
String |
getMsg()
Gets msg.
|
String |
getToAlipayUserId()
Gets to alipay user id.
|
String |
getToUserId()
Gets to user id.
|
void |
setCode(String code)
Setter method for property code.
|
void |
setMsg(String msg)
Sets msg.
|
void |
setToAlipayUserId(String toAlipayUserId)
Sets to alipay user id.
|
void |
setToUserId(String toUserId)
Sets to user id.
|
getBody, getErrorCode, getParams, getSubCode, getSubMsg, isSuccess, setBody, setErrorCode, setParams, setSubCode, setSubMsgpublic AlipayMobilePublicMessageMatcherSendResponse()
public void setCode(String code)
AlipayResponsesetCode in class AlipayResponsecode - value to be assigned to property codepublic String getCode()
AlipayResponsegetCode in class AlipayResponsepublic void setMsg(String msg)
AlipayResponsesetMsg in class AlipayResponsemsg - the msgpublic String getMsg()
AlipayResponsegetMsg in class AlipayResponsepublic void setToAlipayUserId(String toAlipayUserId)
toAlipayUserId - the to alipay user idpublic String getToAlipayUserId()
public void setToUserId(String toUserId)
toUserId - the to user idpublic String getToUserId()
Copyright © 2018. All rights reserved.