/AWS1/CL_GLUUSAGEPROFILEDEFN¶
Describes an Glue usage profile.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/GLUNAMESTRING
/AWS1/GLUNAMESTRING
¶
The name of the usage profile.
iv_description
TYPE /AWS1/GLUDESCRIPTIONSTRING
/AWS1/GLUDESCRIPTIONSTRING
¶
A description of the usage profile.
iv_createdon
TYPE /AWS1/GLUTIMESTAMPVALUE
/AWS1/GLUTIMESTAMPVALUE
¶
The date and time when the usage profile was created.
iv_lastmodifiedon
TYPE /AWS1/GLUTIMESTAMPVALUE
/AWS1/GLUTIMESTAMPVALUE
¶
The date and time when the usage profile was last modified.
Queryable Attributes¶
Name¶
The name of the usage profile.
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 |
Description¶
A description of the usage profile.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
CreatedOn¶
The date and time when the usage profile was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDON() |
Getter for CREATEDON, with configurable default |
ASK_CREATEDON() |
Getter for CREATEDON w/ exceptions if field has no value |
HAS_CREATEDON() |
Determine if CREATEDON has a value |
LastModifiedOn¶
The date and time when the usage profile was last modified.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFIEDON() |
Getter for LASTMODIFIEDON, with configurable default |
ASK_LASTMODIFIEDON() |
Getter for LASTMODIFIEDON w/ exceptions if field has no valu |
HAS_LASTMODIFIEDON() |
Determine if LASTMODIFIEDON 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_USAGEPROFILEDEFINITIONLIST
¶
TYPES TT_USAGEPROFILEDEFINITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUUSAGEPROFILEDEFN WITH DEFAULT KEY
.