/AWS1/CL_QLDGETDIGESTRESPONSE¶
GetDigestResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_digest TYPE /AWS1/QLDDIGEST /AWS1/QLDDIGEST¶
The 256-bit hash value representing the digest returned by a
GetDigestrequest.
io_digesttipaddress TYPE REF TO /AWS1/CL_QLDVALUEHOLDER /AWS1/CL_QLDVALUEHOLDER¶
The latest block location covered by the digest that you requested. An address is an Amazon Ion structure that has two fields:
strandIdandsequenceNo.
Queryable Attributes¶
Digest¶
The 256-bit hash value representing the digest returned by a
GetDigestrequest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIGEST() |
Getter for DIGEST, with configurable default |
ASK_DIGEST() |
Getter for DIGEST w/ exceptions if field has no value |
HAS_DIGEST() |
Determine if DIGEST has a value |
DigestTipAddress¶
The latest block location covered by the digest that you requested. An address is an Amazon Ion structure that has two fields:
strandIdandsequenceNo.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIGESTTIPADDRESS() |
Getter for DIGESTTIPADDRESS |