public class CreateContractAccountsealimageResponse extends cn.com.antcloud.api.product.provider.AntCloudProdProviderResponse<CreateContractAccountsealimageResponse>
| 构造器和说明 |
|---|
CreateContractAccountsealimageResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCode()
业务码,0表示成功
|
String |
getFileKey()
印章fileKey
|
Long |
getHeight()
印章高度
|
String |
getMessage()
业务码信息
|
String |
getSealId()
印章id
|
String |
getUrl()
印章下载地址, 有效时间1小时
|
Long |
getWidth()
印章宽度
|
void |
setCode(Long code)
业务码,0表示成功
|
void |
setFileKey(String fileKey)
印章fileKey
|
void |
setHeight(Long height)
印章高度
|
void |
setMessage(String message)
业务码信息
|
void |
setSealId(String sealId)
印章id
|
void |
setUrl(String url)
印章下载地址, 有效时间1小时
|
void |
setWidth(Long width)
印章宽度
|
public Long getCode()
public void setCode(Long code)
public String getFileKey()
public void setFileKey(String fileKey)
public Long getHeight()
public void setHeight(Long height)
public String getMessage()
public void setMessage(String message)
public String getSealId()
public void setSealId(String sealId)
public String getUrl()
public void setUrl(String url)
public Long getWidth()
public void setWidth(Long width)
Copyright © 2020. All Rights Reserved.