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, setSubMsg
public AlipayMobilePublicMessageMatcherSendResponse()
public void setCode(String code)
AlipayResponse
setCode
in class AlipayResponse
code
- value to be assigned to property codepublic String getCode()
AlipayResponse
getCode
in class AlipayResponse
public void setMsg(String msg)
AlipayResponse
setMsg
in class AlipayResponse
msg
- the msgpublic String getMsg()
AlipayResponse
getMsg
in class AlipayResponse
public 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.