public class DataSendBusinessResult extends AlipayObject
Constructor and Description |
---|
DataSendBusinessResult() |
Modifier and Type | Method and Description |
---|---|
String |
getBizCode()
Gets biz code.
|
String |
getBizMsg()
Gets biz msg.
|
void |
setBizCode(String bizCode)
Sets biz code.
|
void |
setBizMsg(String bizMsg)
Sets biz msg.
|
public String getBizCode()
public void setBizCode(String bizCode)
bizCode
- the biz codepublic String getBizMsg()
public void setBizMsg(String bizMsg)
bizMsg
- the biz msgCopyright © 2018. All rights reserved.