/AWS1/CL_LICENTITLEMENTUSAGE¶
Usage associated with an entitlement resource.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
Entitlement usage name.
iv_consumedvalue TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
Resource usage consumed.
iv_unit TYPE /AWS1/LICENTITLEMENTDATAUNIT /AWS1/LICENTITLEMENTDATAUNIT¶
Entitlement usage unit.
Optional arguments:¶
iv_maxcount TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
Maximum entitlement usage count.
Queryable Attributes¶
Name¶
Entitlement usage name.
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 |
ConsumedValue¶
Resource usage consumed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSUMEDVALUE() |
Getter for CONSUMEDVALUE, with configurable default |
ASK_CONSUMEDVALUE() |
Getter for CONSUMEDVALUE w/ exceptions if field has no value |
HAS_CONSUMEDVALUE() |
Determine if CONSUMEDVALUE has a value |
MaxCount¶
Maximum entitlement usage count.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXCOUNT() |
Getter for MAXCOUNT, with configurable default |
ASK_MAXCOUNT() |
Getter for MAXCOUNT w/ exceptions if field has no value |
HAS_MAXCOUNT() |
Determine if MAXCOUNT has a value |
Unit¶
Entitlement usage unit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIT() |
Getter for UNIT, with configurable default |
ASK_UNIT() |
Getter for UNIT w/ exceptions if field has no value |
HAS_UNIT() |
Determine if UNIT 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_ENTITLEMENTUSAGELIST¶
TYPES TT_ENTITLEMENTUSAGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LICENTITLEMENTUSAGE WITH DEFAULT KEY
.