Skip to content

/AWS1/CL_MDIGETFEEDRESPONSE

GetFeedResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/MDIFEEDARN /AWS1/MDIFEEDARN

The ARN of the feed.

iv_name TYPE /AWS1/MDIRESOURCENAME /AWS1/MDIRESOURCENAME

The name of the feed.

iv_id TYPE /AWS1/MDIFEEDID /AWS1/MDIFEEDID

The ID of the feed.

it_dataendpoints TYPE /AWS1/CL_MDISTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The dataEndpoints of the feed.

it_outputs TYPE /AWS1/CL_MDIGETOUTPUT=>TT_GETOUTPUTLIST TT_GETOUTPUTLIST

An array of the outputs in the feed.

iv_status TYPE /AWS1/MDIFEEDSTATUS /AWS1/MDIFEEDSTATUS

The status of the feed.

Optional arguments:

io_association TYPE REF TO /AWS1/CL_MDIFEEDASSOCIATION /AWS1/CL_MDIFEEDASSOCIATION

Information about the resource that is associated with the feed. It's possible that there is no associated resource. This is not an error.

it_tags TYPE /AWS1/CL_MDITAGMAP_W=>TT_TAGMAP TT_TAGMAP

A list of the tags, if any, for the feed.


Queryable Attributes

arn

The ARN of the feed.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

name

The name of the feed.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

id

The ID of the feed.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

dataEndpoints

The dataEndpoints of the feed.

Accessible with the following methods

Method Description
GET_DATAENDPOINTS() Getter for DATAENDPOINTS, with configurable default
ASK_DATAENDPOINTS() Getter for DATAENDPOINTS w/ exceptions if field has no value
HAS_DATAENDPOINTS() Determine if DATAENDPOINTS has a value

outputs

An array of the outputs in the feed.

Accessible with the following methods

Method Description
GET_OUTPUTS() Getter for OUTPUTS, with configurable default
ASK_OUTPUTS() Getter for OUTPUTS w/ exceptions if field has no value
HAS_OUTPUTS() Determine if OUTPUTS has a value

status

The status of the feed.

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

association

Information about the resource that is associated with the feed. It's possible that there is no associated resource. This is not an error.

Accessible with the following methods

Method Description
GET_ASSOCIATION() Getter for ASSOCIATION

tags

A list of the tags, if any, for the feed.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value