/AWS1/CL_MDTSCHEDULEADBREAK¶
The schedule's ad break properties.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_approxdurationseconds
TYPE /AWS1/MDT__LONG
/AWS1/MDT__LONG
¶
The approximate duration of the ad break, in seconds.
iv_approximatestarttime
TYPE /AWS1/MDT__TIMESTAMPUNIX
/AWS1/MDT__TIMESTAMPUNIX
¶
The approximate time that the ad will start playing.
iv_sourcelocationname
TYPE /AWS1/MDT__STRING
/AWS1/MDT__STRING
¶
The name of the source location containing the VOD source used for the ad break.
iv_vodsourcename
TYPE /AWS1/MDT__STRING
/AWS1/MDT__STRING
¶
The name of the VOD source used for the ad break.
Queryable Attributes¶
ApproximateDurationSeconds¶
The approximate duration of the ad break, in seconds.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPROXDURATIONSECONDS() |
Getter for APPROXIMATEDURATIONSECONDS, with configurable def |
ASK_APPROXDURATIONSECONDS() |
Getter for APPROXIMATEDURATIONSECONDS w/ exceptions if field |
HAS_APPROXDURATIONSECONDS() |
Determine if APPROXIMATEDURATIONSECONDS has a value |
ApproximateStartTime¶
The approximate time that the ad will start playing.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPROXIMATESTARTTIME() |
Getter for APPROXIMATESTARTTIME, with configurable default |
ASK_APPROXIMATESTARTTIME() |
Getter for APPROXIMATESTARTTIME w/ exceptions if field has n |
HAS_APPROXIMATESTARTTIME() |
Determine if APPROXIMATESTARTTIME has a value |
SourceLocationName¶
The name of the source location containing the VOD source used for the ad break.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCELOCATIONNAME() |
Getter for SOURCELOCATIONNAME, with configurable default |
ASK_SOURCELOCATIONNAME() |
Getter for SOURCELOCATIONNAME w/ exceptions if field has no |
HAS_SOURCELOCATIONNAME() |
Determine if SOURCELOCATIONNAME has a value |
VodSourceName¶
The name of the VOD source used for the ad break.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VODSOURCENAME() |
Getter for VODSOURCENAME, with configurable default |
ASK_VODSOURCENAME() |
Getter for VODSOURCENAME w/ exceptions if field has no value |
HAS_VODSOURCENAME() |
Determine if VODSOURCENAME 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___LISTOFSCHEDULEADBREAK
¶
TYPES TT___LISTOFSCHEDULEADBREAK TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDTSCHEDULEADBREAK WITH DEFAULT KEY
.