public class SignTask extends AlipayObject
Constructor and Description |
---|
SignTask() |
Modifier and Type | Method and Description |
---|---|
String |
getBizData()
Gets biz data.
|
String |
getBizId()
Gets biz id.
|
String |
getCbType()
Gets cb type.
|
String |
getCbUrl()
Gets cb url.
|
Long |
getCertSignType()
Gets cert sign type.
|
String |
getEnterType()
Gets enter type.
|
List<Principal> |
getPrincipalList()
Gets principal list.
|
String |
getSignerType()
Gets signer type.
|
String |
getTaskExpire()
Gets task expire.
|
void |
setBizData(String bizData)
Sets biz data.
|
void |
setBizId(String bizId)
Sets biz id.
|
void |
setCbType(String cbType)
Sets cb type.
|
void |
setCbUrl(String cbUrl)
Sets cb url.
|
void |
setCertSignType(Long certSignType)
Sets cert sign type.
|
void |
setEnterType(String enterType)
Sets enter type.
|
void |
setPrincipalList(List<Principal> principalList)
Sets principal list.
|
void |
setSignerType(String signerType)
Sets signer type.
|
void |
setTaskExpire(String taskExpire)
Sets task expire.
|
public String getBizData()
public void setBizData(String bizData)
bizData
- the biz datapublic String getBizId()
public void setBizId(String bizId)
bizId
- the biz idpublic String getCbType()
public void setCbType(String cbType)
cbType
- the cb typepublic String getCbUrl()
public void setCbUrl(String cbUrl)
cbUrl
- the cb urlpublic Long getCertSignType()
public void setCertSignType(Long certSignType)
certSignType
- the cert sign typepublic String getEnterType()
public void setEnterType(String enterType)
enterType
- the enter typepublic List<Principal> getPrincipalList()
public void setPrincipalList(List<Principal> principalList)
principalList
- the principal listpublic String getSignerType()
public void setSignerType(String signerType)
signerType
- the signer typepublic String getTaskExpire()
public void setTaskExpire(String taskExpire)
taskExpire
- the task expireCopyright © 2018. All rights reserved.