/AWS1/CL_SSMATTACHMENTCONTENT¶
A structure that includes attributes that describe a document attachment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/SSMATTACHMENTNAME /AWS1/SSMATTACHMENTNAME¶
The name of an attachment.
iv_size TYPE /AWS1/SSMCONTENTLENGTH /AWS1/SSMCONTENTLENGTH¶
The size of an attachment in bytes.
iv_hash TYPE /AWS1/SSMATTACHMENTHASH /AWS1/SSMATTACHMENTHASH¶
The cryptographic hash value of the document content.
iv_hashtype TYPE /AWS1/SSMATTACHMENTHASHTYPE /AWS1/SSMATTACHMENTHASHTYPE¶
The hash algorithm used to calculate the hash value.
iv_url TYPE /AWS1/SSMATTACHMENTURL /AWS1/SSMATTACHMENTURL¶
The URL location of the attachment content.
Queryable Attributes¶
Name¶
The name of an attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Size¶
The size of an attachment in bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIZE() |
Getter for SIZE |
Hash¶
The cryptographic hash value of the document content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HASH() |
Getter for HASH, with configurable default |
ASK_HASH() |
Getter for HASH w/ exceptions if field has no value |
HAS_HASH() |
Determine if HASH has a value |
HashType¶
The hash algorithm used to calculate the hash value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HASHTYPE() |
Getter for HASHTYPE, with configurable default |
ASK_HASHTYPE() |
Getter for HASHTYPE w/ exceptions if field has no value |
HAS_HASHTYPE() |
Determine if HASHTYPE has a value |
Url¶
The URL location of the attachment content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ATTACHMENTCONTENTLIST¶
TYPES TT_ATTACHMENTCONTENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMATTACHMENTCONTENT WITH DEFAULT KEY
.