/AWS1/CL_ARTGETPACKAGEVRSASTRS¶
GetPackageVersionAssetResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_asset TYPE /AWS1/ARTASSET /AWS1/ARTASSET¶
The binary file, or asset, that is downloaded.
iv_assetname TYPE /AWS1/ARTASSETNAME /AWS1/ARTASSETNAME¶
The name of the asset that is downloaded.
iv_packageversion TYPE /AWS1/ARTPACKAGEVERSION /AWS1/ARTPACKAGEVERSION¶
A string that contains the package version (for example,
3.5.2).
iv_packageversionrevision TYPE /AWS1/ARTPACKAGEVRSREVISION /AWS1/ARTPACKAGEVRSREVISION¶
The name of the package version revision that contains the downloaded asset.
Queryable Attributes¶
asset¶
The binary file, or asset, that is downloaded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSET() |
Getter for ASSET, with configurable default |
ASK_ASSET() |
Getter for ASSET w/ exceptions if field has no value |
HAS_ASSET() |
Determine if ASSET has a value |
assetName¶
The name of the asset that is downloaded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETNAME() |
Getter for ASSETNAME, with configurable default |
ASK_ASSETNAME() |
Getter for ASSETNAME w/ exceptions if field has no value |
HAS_ASSETNAME() |
Determine if ASSETNAME has a value |
packageVersion¶
A string that contains the package version (for example,
3.5.2).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEVERSION() |
Getter for PACKAGEVERSION, with configurable default |
ASK_PACKAGEVERSION() |
Getter for PACKAGEVERSION w/ exceptions if field has no valu |
HAS_PACKAGEVERSION() |
Determine if PACKAGEVERSION has a value |
packageVersionRevision¶
The name of the package version revision that contains the downloaded asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEVERSIONREVISION() |
Getter for PACKAGEVERSIONREVISION, with configurable default |
ASK_PACKAGEVERSIONREVISION() |
Getter for PACKAGEVERSIONREVISION w/ exceptions if field has |
HAS_PACKAGEVERSIONREVISION() |
Determine if PACKAGEVERSIONREVISION has a value |