public class NotaryCheckMeta extends Object
| 构造器和说明 |
|---|
NotaryCheckMeta() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgencyCode()
对应的法院编号
|
String |
getHashAlgorithm()
哈希算法, notary_type 为 HASH 时此参数必填
|
String |
getNotaryContent()
存证内容
|
String |
getTxHash()
交易哈希
|
void |
setAgencyCode(String agencyCode)
对应的法院编号
|
void |
setHashAlgorithm(String hashAlgorithm)
哈希算法, notary_type 为 HASH 时此参数必填
|
void |
setNotaryContent(String notaryContent)
存证内容
|
void |
setTxHash(String txHash)
交易哈希
|
public String getAgencyCode()
public void setAgencyCode(String agencyCode)
public String getHashAlgorithm()
public void setHashAlgorithm(String hashAlgorithm)
public String getNotaryContent()
public void setNotaryContent(String notaryContent)
public String getTxHash()
public void setTxHash(String txHash)
Copyright © 2020. All Rights Reserved.