public class BizOrderQueryResponse extends AlipayObject
| Constructor and Description |
|---|
BizOrderQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets action.
|
String |
getActionMode()
Gets action mode.
|
String |
getApplyId()
Gets apply id.
|
String |
getBizContextInfo()
Gets biz context info.
|
String |
getBizId()
Gets biz id.
|
String |
getBizType()
Gets biz type.
|
Date |
getCreateTime()
Gets create time.
|
String |
getOpId()
Gets op id.
|
String |
getRequestId()
Gets request id.
|
String |
getResultCode()
Gets result code.
|
String |
getResultDesc()
Gets result desc.
|
String |
getStatus()
Gets status.
|
String |
getSubStatus()
Gets sub status.
|
Date |
getUpdateTime()
Gets update time.
|
void |
setAction(String action)
Sets action.
|
void |
setActionMode(String actionMode)
Sets action mode.
|
void |
setApplyId(String applyId)
Sets apply id.
|
void |
setBizContextInfo(String bizContextInfo)
Sets biz context info.
|
void |
setBizId(String bizId)
Sets biz id.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setCreateTime(Date createTime)
Sets create time.
|
void |
setOpId(String opId)
Sets op id.
|
void |
setRequestId(String requestId)
Sets request id.
|
void |
setResultCode(String resultCode)
Sets result code.
|
void |
setResultDesc(String resultDesc)
Sets result desc.
|
void |
setStatus(String status)
Sets status.
|
void |
setSubStatus(String subStatus)
Sets sub status.
|
void |
setUpdateTime(Date updateTime)
Sets update time.
|
public String getAction()
public void setAction(String action)
action - the actionpublic String getActionMode()
public void setActionMode(String actionMode)
actionMode - the action modepublic String getApplyId()
public void setApplyId(String applyId)
applyId - the apply idpublic String getBizContextInfo()
public void setBizContextInfo(String bizContextInfo)
bizContextInfo - the biz context infopublic String getBizId()
public void setBizId(String bizId)
bizId - the biz idpublic String getBizType()
public void setBizType(String bizType)
bizType - the biz typepublic Date getCreateTime()
public void setCreateTime(Date createTime)
createTime - the create timepublic String getOpId()
public void setOpId(String opId)
opId - the op idpublic String getRequestId()
public void setRequestId(String requestId)
requestId - the request idpublic String getResultCode()
public void setResultCode(String resultCode)
resultCode - the result codepublic String getResultDesc()
public void setResultDesc(String resultDesc)
resultDesc - the result descpublic String getStatus()
public void setStatus(String status)
status - the statuspublic String getSubStatus()
public void setSubStatus(String subStatus)
subStatus - the sub statuspublic Date getUpdateTime()
public void setUpdateTime(Date updateTime)
updateTime - the update timeCopyright © 2018. All rights reserved.