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