public class GetInternalTextResponse extends cn.com.antcloud.api.product.provider.AntCloudProdProviderResponse<GetInternalTextResponse>
| 构造器和说明 |
|---|
GetInternalTextResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent()
存证信息
|
String |
getHashAlgorithm()
哈希算法
|
String |
getTextNotaryType()
文本存证类型
|
TsrResponse |
getTsr()
可信信息
|
void |
setContent(String content)
存证信息
|
void |
setHashAlgorithm(String hashAlgorithm)
哈希算法
|
void |
setTextNotaryType(String textNotaryType)
文本存证类型
|
void |
setTsr(TsrResponse tsr)
可信信息
|
public String getContent()
public void setContent(String content)
public TsrResponse getTsr()
public void setTsr(TsrResponse tsr)
public String getTextNotaryType()
public void setTextNotaryType(String textNotaryType)
public String getHashAlgorithm()
public void setHashAlgorithm(String hashAlgorithm)
Copyright © 2021. All Rights Reserved.