public class AlipaySecurityProdSignatureTaskQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipaySecurityProdSignatureTaskQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getBizId()
Gets biz id.
|
String |
getOrderId()
Gets order id.
|
String |
getStatus()
Gets status.
|
List<SignTaskFileResult> |
getTaskList()
Gets task list.
|
void |
setBizId(String bizId)
Sets biz id.
|
void |
setOrderId(String orderId)
Sets order id.
|
void |
setStatus(String status)
Sets status.
|
void |
setTaskList(List<SignTaskFileResult> taskList)
Sets task list.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipaySecurityProdSignatureTaskQueryResponse()
public void setBizId(String bizId)
bizId
- the biz idpublic String getBizId()
public void setOrderId(String orderId)
orderId
- the order idpublic String getOrderId()
public void setStatus(String status)
status
- the statuspublic String getStatus()
public void setTaskList(List<SignTaskFileResult> taskList)
taskList
- the task listpublic List<SignTaskFileResult> getTaskList()
Copyright © 2018. All rights reserved.