public class AlipaySecurityProdSignatureTaskApplyModel extends AlipayObject
| Constructor and Description |
|---|
AlipaySecurityProdSignatureTaskApplyModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizApp()
Gets biz app.
|
String |
getBizId()
Gets biz id.
|
String |
getBizInfo()
Gets biz info.
|
String |
getBizProduct()
Gets biz product.
|
Long |
getOrderType()
Gets order type.
|
String |
getServiceVersion()
Gets service version.
|
List<SignDataInfo> |
getSignDataList()
Gets sign data list.
|
List<SignTask> |
getSignTaskList()
Gets sign task list.
|
Long |
getSignTaskType()
Gets sign task type.
|
void |
setBizApp(String bizApp)
Sets biz app.
|
void |
setBizId(String bizId)
Sets biz id.
|
void |
setBizInfo(String bizInfo)
Sets biz info.
|
void |
setBizProduct(String bizProduct)
Sets biz product.
|
void |
setOrderType(Long orderType)
Sets order type.
|
void |
setServiceVersion(String serviceVersion)
Sets service version.
|
void |
setSignDataList(List<SignDataInfo> signDataList)
Sets sign data list.
|
void |
setSignTaskList(List<SignTask> signTaskList)
Sets sign task list.
|
void |
setSignTaskType(Long signTaskType)
Sets sign task type.
|
public AlipaySecurityProdSignatureTaskApplyModel()
public String getBizApp()
public void setBizApp(String bizApp)
bizApp - the biz apppublic String getBizId()
public void setBizId(String bizId)
bizId - the biz idpublic String getBizInfo()
public void setBizInfo(String bizInfo)
bizInfo - the biz infopublic String getBizProduct()
public void setBizProduct(String bizProduct)
bizProduct - the biz productpublic Long getOrderType()
public void setOrderType(Long orderType)
orderType - the order typepublic String getServiceVersion()
public void setServiceVersion(String serviceVersion)
serviceVersion - the service versionpublic List<SignDataInfo> getSignDataList()
public void setSignDataList(List<SignDataInfo> signDataList)
signDataList - the sign data listpublic List<SignTask> getSignTaskList()
public void setSignTaskList(List<SignTask> signTaskList)
signTaskList - the sign task listpublic Long getSignTaskType()
public void setSignTaskType(Long signTaskType)
signTaskType - the sign task typeCopyright © 2018. All rights reserved.