/AWS1/CL_LSARESRCBUDGETSTIMATE¶
Describes the estimated cost or usage that a budget tracks.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_resourcename
TYPE /AWS1/LSARESOURCENAME
/AWS1/LSARESOURCENAME
¶
The resource name.
iv_resourcetype
TYPE /AWS1/LSARESOURCETYPE
/AWS1/LSARESOURCETYPE
¶
The type of resource the budget will track.
it_costestimates
TYPE /AWS1/CL_LSACOSTESTIMATE=>TT_COSTESTIMATES
TT_COSTESTIMATES
¶
The cost estimate for the specified budget.
iv_starttime
TYPE /AWS1/LSAISODATE
/AWS1/LSAISODATE
¶
The estimate start time.
iv_endtime
TYPE /AWS1/LSAISODATE
/AWS1/LSAISODATE
¶
The estimate end time.
Queryable Attributes¶
resourceName¶
The resource name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCENAME() |
Getter for RESOURCENAME, with configurable default |
ASK_RESOURCENAME() |
Getter for RESOURCENAME w/ exceptions if field has no value |
HAS_RESOURCENAME() |
Determine if RESOURCENAME has a value |
resourceType¶
The type of resource the budget will track.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
costEstimates¶
The cost estimate for the specified budget.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COSTESTIMATES() |
Getter for COSTESTIMATES, with configurable default |
ASK_COSTESTIMATES() |
Getter for COSTESTIMATES w/ exceptions if field has no value |
HAS_COSTESTIMATES() |
Determine if COSTESTIMATES has a value |
startTime¶
The estimate start time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The estimate end time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME 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_RESOURCESBUDGETESTIMATE
¶
TYPES TT_RESOURCESBUDGETESTIMATE TYPE STANDARD TABLE OF REF TO /AWS1/CL_LSARESRCBUDGETSTIMATE WITH DEFAULT KEY
.