public class AlipayMsaasSyncSingledataSendResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMsaasSyncSingledataSendResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getOplogId()
Gets oplog id.
|
String |
getReturnCode()
Gets return code.
|
String |
getReturnReason()
Gets return reason.
|
Boolean |
getSuccess()
Gets success.
|
void |
setOplogId(String oplogId)
Sets oplog id.
|
void |
setReturnCode(String returnCode)
Sets return code.
|
void |
setReturnReason(String returnReason)
Sets return reason.
|
void |
setSuccess(Boolean success)
Sets success.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayMsaasSyncSingledataSendResponse()
public void setOplogId(String oplogId)
oplogId
- the oplog idpublic String getOplogId()
public void setReturnCode(String returnCode)
returnCode
- the return codepublic String getReturnCode()
public void setReturnReason(String returnReason)
returnReason
- the return reasonpublic String getReturnReason()
public void setSuccess(Boolean success)
success
- the successpublic Boolean getSuccess()
Copyright © 2018. All rights reserved.