Class VerifyEvidenceHashRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.btoe.v20210514.models.VerifyEvidenceHashRequest
-
public class VerifyEvidenceHashRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VerifyEvidenceHashRequest()VerifyEvidenceHashRequest(VerifyEvidenceHashRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEvidenceHash()Get 存证内容hash,hash类型即为用户在存证时所用或所选的hash类型voidsetEvidenceHash(String EvidenceHash)Set 存证内容hash,hash类型即为用户在存证时所用或所选的hash类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VerifyEvidenceHashRequest
public VerifyEvidenceHashRequest()
-
VerifyEvidenceHashRequest
public VerifyEvidenceHashRequest(VerifyEvidenceHashRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getEvidenceHash
public String getEvidenceHash()
Get 存证内容hash,hash类型即为用户在存证时所用或所选的hash类型- Returns:
- EvidenceHash 存证内容hash,hash类型即为用户在存证时所用或所选的hash类型
-
setEvidenceHash
public void setEvidenceHash(String EvidenceHash)
Set 存证内容hash,hash类型即为用户在存证时所用或所选的hash类型- Parameters:
EvidenceHash- 存证内容hash,hash类型即为用户在存证时所用或所选的hash类型
-
-