Class CreateHashDepositNoSealResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.btoe.v20210303.models.CreateHashDepositNoSealResponse
-
public class CreateHashDepositNoSealResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateHashDepositNoSealResponse()
CreateHashDepositNoSealResponse(CreateHashDepositNoSealResponse 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 Long
getBlockchainHeight()
Get 区块高度String
getBusinessId()
Get 透传字段 注意:此字段可能返回 null,表示取不到有效值。String
getEvidenceId()
Get 存证编码String
getEvidenceTime()
Get 上链时间String
getEvidenceTxHash()
Get 区块链交易哈希String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setBlockchainHeight(Long BlockchainHeight)
Set 区块高度void
setBusinessId(String BusinessId)
Set 透传字段 注意:此字段可能返回 null,表示取不到有效值。void
setEvidenceId(String EvidenceId)
Set 存证编码void
setEvidenceTime(String EvidenceTime)
Set 上链时间void
setEvidenceTxHash(String EvidenceTxHash)
Set 区块链交易哈希void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
toMap(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
-
CreateHashDepositNoSealResponse
public CreateHashDepositNoSealResponse()
-
CreateHashDepositNoSealResponse
public CreateHashDepositNoSealResponse(CreateHashDepositNoSealResponse 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
-
getBusinessId
public String getBusinessId()
Get 透传字段 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BusinessId 透传字段 注意:此字段可能返回 null,表示取不到有效值。
-
setBusinessId
public void setBusinessId(String BusinessId)
Set 透传字段 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BusinessId
- 透传字段 注意:此字段可能返回 null,表示取不到有效值。
-
getEvidenceId
public String getEvidenceId()
Get 存证编码- Returns:
- EvidenceId 存证编码
-
setEvidenceId
public void setEvidenceId(String EvidenceId)
Set 存证编码- Parameters:
EvidenceId
- 存证编码
-
getEvidenceTime
public String getEvidenceTime()
Get 上链时间- Returns:
- EvidenceTime 上链时间
-
setEvidenceTime
public void setEvidenceTime(String EvidenceTime)
Set 上链时间- Parameters:
EvidenceTime
- 上链时间
-
getEvidenceTxHash
public String getEvidenceTxHash()
Get 区块链交易哈希- Returns:
- EvidenceTxHash 区块链交易哈希
-
setEvidenceTxHash
public void setEvidenceTxHash(String EvidenceTxHash)
Set 区块链交易哈希- Parameters:
EvidenceTxHash
- 区块链交易哈希
-
getBlockchainHeight
public Long getBlockchainHeight()
Get 区块高度- Returns:
- BlockchainHeight 区块高度
-
setBlockchainHeight
public void setBlockchainHeight(Long BlockchainHeight)
Set 区块高度- Parameters:
BlockchainHeight
- 区块高度
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-