/AWS1/CL_CHSSUBCHANNELSUMMARY¶
Summary of the sub-channels associated with the elastic channel.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_subchannelid TYPE /AWS1/CHSSUBCHANNELID /AWS1/CHSSUBCHANNELID¶
The unique ID of a SubChannel.
iv_membershipcount TYPE /AWS1/CHSMEMBERSHIPCOUNT /AWS1/CHSMEMBERSHIPCOUNT¶
The number of members in a SubChannel.
Queryable Attributes¶
SubChannelId¶
The unique ID of a SubChannel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBCHANNELID() |
Getter for SUBCHANNELID, with configurable default |
ASK_SUBCHANNELID() |
Getter for SUBCHANNELID w/ exceptions if field has no value |
HAS_SUBCHANNELID() |
Determine if SUBCHANNELID has a value |
MembershipCount¶
The number of members in a SubChannel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERSHIPCOUNT() |
Getter for MEMBERSHIPCOUNT, with configurable default |
ASK_MEMBERSHIPCOUNT() |
Getter for MEMBERSHIPCOUNT w/ exceptions if field has no val |
HAS_MEMBERSHIPCOUNT() |
Determine if MEMBERSHIPCOUNT 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_SUBCHANNELSUMMARYLIST¶
TYPES TT_SUBCHANNELSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CHSSUBCHANNELSUMMARY WITH DEFAULT KEY
.