/AWS1/CL_IOVDELETEDETECTORREQ¶
Information used to delete the detector model.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_messageid TYPE /AWS1/IOVMESSAGEID /AWS1/IOVMESSAGEID¶
The ID to assign to the
DeleteDetectorRequest. Each"messageId"must be unique within each batch sent.
iv_detectormodelname TYPE /AWS1/IOVDETECTORMODELNAME /AWS1/IOVDETECTORMODELNAME¶
The name of the detector model that was used to create the detector instance.
Optional arguments:¶
iv_keyvalue TYPE /AWS1/IOVKEYVALUE /AWS1/IOVKEYVALUE¶
The value of the key used to identify the detector.
Queryable Attributes¶
messageId¶
The ID to assign to the
DeleteDetectorRequest. Each"messageId"must be unique within each batch sent.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_MESSAGEID() | Getter for MESSAGEID, with configurable default | 
| ASK_MESSAGEID() | Getter for MESSAGEID w/ exceptions if field has no value | 
| HAS_MESSAGEID() | Determine if MESSAGEID has a value | 
detectorModelName¶
The name of the detector model that was used to create the detector instance.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_DETECTORMODELNAME() | Getter for DETECTORMODELNAME, with configurable default | 
| ASK_DETECTORMODELNAME() | Getter for DETECTORMODELNAME w/ exceptions if field has no v | 
| HAS_DETECTORMODELNAME() | Determine if DETECTORMODELNAME has a value | 
keyValue¶
The value of the key used to identify the detector.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_KEYVALUE() | Getter for KEYVALUE, with configurable default | 
| ASK_KEYVALUE() | Getter for KEYVALUE w/ exceptions if field has no value | 
| HAS_KEYVALUE() | Determine if KEYVALUE 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_DELETEDETECTORREQUESTS¶
TYPES TT_DELETEDETECTORREQUESTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOVDELETEDETECTORREQ WITH DEFAULT KEY
.