public class CreateInternalTransRequest extends cn.com.antcloud.api.product.provider.AntCloudProdProviderRequest<CreateInternalTransResponse>
| 构造器和说明 |
|---|
CreateInternalTransRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthCode()
授权码
|
Identity |
getCustomer()
存证关联实体(个人/企业)的身份识别信息
|
String |
getProduct()
授权码对应的产品码
|
String |
getProperties()
扩展属性
|
String |
getRealTenant()
代理客户存证时,实际用户的租户ID
|
String |
getSubBizId()
业务子类型标识
|
Boolean |
getTsr()
是否使用可信时间戳,默认为false
|
void |
setAuthCode(String authCode)
授权码
|
void |
setCustomer(Identity customer)
存证关联实体(个人/企业)的身份识别信息
|
void |
setProduct(String product)
授权码对应的产品码
|
void |
setProperties(String properties)
扩展属性
|
void |
setRealTenant(String realTenant)
代理客户存证时,实际用户的租户ID
|
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)
public String getRealTenant()
public void setRealTenant(String realTenant)
public String getAuthCode()
public void setAuthCode(String authCode)
public String getProduct()
public void setProduct(String product)
Copyright © 2021. All Rights Reserved.