/AWS1/CL_LM2BOTMEMBER¶
A bot that is a member of a network of bots.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_botmemberid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The unique ID of a bot that is a member of this network of bots.
iv_botmembername TYPE /AWS1/LM2NAME /AWS1/LM2NAME¶
The unique name of a bot that is a member of this network of bots.
iv_botmemberaliasid TYPE /AWS1/LM2BOTALIASID /AWS1/LM2BOTALIASID¶
The alias ID of a bot that is a member of this network of bots.
iv_botmemberaliasname TYPE /AWS1/LM2BOTALIASNAME /AWS1/LM2BOTALIASNAME¶
The alias name of a bot that is a member of this network of bots.
iv_botmemberversion TYPE /AWS1/LM2BOTVERSION /AWS1/LM2BOTVERSION¶
The version of a bot that is a member of this network of bots.
Queryable Attributes¶
botMemberId¶
The unique ID of a bot that is a member of this network of bots.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTMEMBERID() |
Getter for BOTMEMBERID, with configurable default |
ASK_BOTMEMBERID() |
Getter for BOTMEMBERID w/ exceptions if field has no value |
HAS_BOTMEMBERID() |
Determine if BOTMEMBERID has a value |
botMemberName¶
The unique name of a bot that is a member of this network of bots.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTMEMBERNAME() |
Getter for BOTMEMBERNAME, with configurable default |
ASK_BOTMEMBERNAME() |
Getter for BOTMEMBERNAME w/ exceptions if field has no value |
HAS_BOTMEMBERNAME() |
Determine if BOTMEMBERNAME has a value |
botMemberAliasId¶
The alias ID of a bot that is a member of this network of bots.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTMEMBERALIASID() |
Getter for BOTMEMBERALIASID, with configurable default |
ASK_BOTMEMBERALIASID() |
Getter for BOTMEMBERALIASID w/ exceptions if field has no va |
HAS_BOTMEMBERALIASID() |
Determine if BOTMEMBERALIASID has a value |
botMemberAliasName¶
The alias name of a bot that is a member of this network of bots.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTMEMBERALIASNAME() |
Getter for BOTMEMBERALIASNAME, with configurable default |
ASK_BOTMEMBERALIASNAME() |
Getter for BOTMEMBERALIASNAME w/ exceptions if field has no |
HAS_BOTMEMBERALIASNAME() |
Determine if BOTMEMBERALIASNAME has a value |
botMemberVersion¶
The version of a bot that is a member of this network of bots.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTMEMBERVERSION() |
Getter for BOTMEMBERVERSION, with configurable default |
ASK_BOTMEMBERVERSION() |
Getter for BOTMEMBERVERSION w/ exceptions if field has no va |
HAS_BOTMEMBERVERSION() |
Determine if BOTMEMBERVERSION 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_BOTMEMBERS¶
TYPES TT_BOTMEMBERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2BOTMEMBER WITH DEFAULT KEY
.