public class FileSignature extends AlipayObject
| Constructor and Description |
|---|
FileSignature() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertNo()
Gets cert no.
|
String |
getSealId()
Gets seal id.
|
SealPosition |
getSealPosition()
Gets seal position.
|
Long |
getSealType()
Gets seal type.
|
Long |
getSignatureType()
Gets signature type.
|
String |
getSignReason()
Gets sign reason.
|
void |
setCertNo(String certNo)
Sets cert no.
|
void |
setSealId(String sealId)
Sets seal id.
|
void |
setSealPosition(SealPosition sealPosition)
Sets seal position.
|
void |
setSealType(Long sealType)
Sets seal type.
|
void |
setSignatureType(Long signatureType)
Sets signature type.
|
void |
setSignReason(String signReason)
Sets sign reason.
|
public String getCertNo()
public void setCertNo(String certNo)
certNo - the cert nopublic String getSealId()
public void setSealId(String sealId)
sealId - the seal idpublic SealPosition getSealPosition()
public void setSealPosition(SealPosition sealPosition)
sealPosition - the seal positionpublic Long getSealType()
public void setSealType(Long sealType)
sealType - the seal typepublic String getSignReason()
public void setSignReason(String signReason)
signReason - the sign reasonpublic Long getSignatureType()
public void setSignatureType(Long signatureType)
signatureType - the signature typeCopyright © 2018. All rights reserved.