/AWS1/CL_MPBUPDLINKMODFLOWRSP¶
UpdateLinkModuleFlowResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_gatewayid TYPE /AWS1/MPBGATEWAYID /AWS1/MPBGATEWAYID¶
The unique identifier of the gateway.
iv_linkid TYPE /AWS1/MPBLINKID /AWS1/MPBLINKID¶
The unique identifier of the link.
iv_status TYPE /AWS1/MPBLINKSTATUS /AWS1/MPBLINKSTATUS¶
The status of the request.
Queryable Attributes¶
gatewayId¶
The unique identifier of the gateway.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_GATEWAYID() | Getter for GATEWAYID, with configurable default | 
| ASK_GATEWAYID() | Getter for GATEWAYID w/ exceptions if field has no value | 
| HAS_GATEWAYID() | Determine if GATEWAYID has a value | 
linkId¶
The unique identifier of the link.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_LINKID() | Getter for LINKID, with configurable default | 
| ASK_LINKID() | Getter for LINKID w/ exceptions if field has no value | 
| HAS_LINKID() | Determine if LINKID has a value | 
status¶
The status of the request.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_STATUS() | Getter for STATUS, with configurable default | 
| ASK_STATUS() | Getter for STATUS w/ exceptions if field has no value | 
| HAS_STATUS() | Determine if STATUS has a value |