public class CreateEcocontractTransRequest extends cn.com.antcloud.api.product.provider.AntCloudProdProviderRequest<CreateEcocontractTransResponse>
| 构造器和说明 |
|---|
CreateEcocontractTransRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Identity |
getCustomer()
存证关联实体(个人/企业)的身份识别信息
|
String |
getProperties()
扩展属性
|
String |
getSubBizId()
业务子类型标识
|
Boolean |
getTsr()
是否使用可信时间戳,默认为false
|
void |
setCustomer(Identity customer)
存证关联实体(个人/企业)的身份识别信息
|
void |
setProperties(String properties)
扩展属性
|
void |
setSubBizId(String subBizId)
业务子类型标识
|
void |
setTsr(Boolean tsr)
是否使用可信时间戳,默认为false
|
public Identity getCustomer()
public void setCustomer(Identity customer)
public String getProperties()
public void setProperties(String properties)
public String getSubBizId()
public void setSubBizId(String subBizId)
public Boolean getTsr()
public void setTsr(Boolean tsr)
Copyright © 2021. All Rights Reserved.