/AWS1/CL_WKRGETDATARETBOTRSP¶
GetDataRetentionBotResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botname TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The name of the data retention bot.
iv_botexists TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
Indicates whether a data retention bot exists in the network.
iv_isbotactive TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
Indicates whether the data retention bot is active and operational.
iv_isdataretentionbotregd TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
Indicates whether the data retention bot has been registered with the network.
iv_isdataretserviceenabled TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
Indicates whether the data retention service is enabled for the network.
iv_ispubkeymsgacked TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
Indicates whether the public key message has been acknowledged by the bot.
Queryable Attributes¶
botName¶
The name of the data retention bot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTNAME() |
Getter for BOTNAME, with configurable default |
ASK_BOTNAME() |
Getter for BOTNAME w/ exceptions if field has no value |
HAS_BOTNAME() |
Determine if BOTNAME has a value |
botExists¶
Indicates whether a data retention bot exists in the network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTEXISTS() |
Getter for BOTEXISTS, with configurable default |
ASK_BOTEXISTS() |
Getter for BOTEXISTS w/ exceptions if field has no value |
HAS_BOTEXISTS() |
Determine if BOTEXISTS has a value |
isBotActive¶
Indicates whether the data retention bot is active and operational.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISBOTACTIVE() |
Getter for ISBOTACTIVE, with configurable default |
ASK_ISBOTACTIVE() |
Getter for ISBOTACTIVE w/ exceptions if field has no value |
HAS_ISBOTACTIVE() |
Determine if ISBOTACTIVE has a value |
isDataRetentionBotRegistered¶
Indicates whether the data retention bot has been registered with the network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISDATARETENTIONBOTREGD() |
Getter for ISDATARETENTIONBOTREGISTERED, with configurable d |
ASK_ISDATARETENTIONBOTREGD() |
Getter for ISDATARETENTIONBOTREGISTERED w/ exceptions if fie |
HAS_ISDATARETENTIONBOTREGD() |
Determine if ISDATARETENTIONBOTREGISTERED has a value |
isDataRetentionServiceEnabled¶
Indicates whether the data retention service is enabled for the network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISDATARETSERVICEENABLED() |
Getter for ISDATARETSERVICEENABLED, with configurable defaul |
ASK_ISDATARETSERVICEENABLED() |
Getter for ISDATARETSERVICEENABLED w/ exceptions if field ha |
HAS_ISDATARETSERVICEENABLED() |
Determine if ISDATARETSERVICEENABLED has a value |
isPubkeyMsgAcked¶
Indicates whether the public key message has been acknowledged by the bot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISPUBKEYMSGACKED() |
Getter for ISPUBKEYMSGACKED, with configurable default |
ASK_ISPUBKEYMSGACKED() |
Getter for ISPUBKEYMSGACKED w/ exceptions if field has no va |
HAS_ISPUBKEYMSGACKED() |
Determine if ISPUBKEYMSGACKED has a value |