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 being queried.

iv_id TYPE /AWS1/MDIFEEDID /AWS1/MDIFEEDID

The ID of the feed being queried.

it_dataendpoints TYPE /AWS1/CL_MDISTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The dataEndpoints of the feed being queried.

it_outputs TYPE /AWS1/CL_MDIGETOUTPUT=>TT_GETOUTPUTLIST TT_GETOUTPUTLIST

An array of the outputs in the feed being queried.

iv_status TYPE /AWS1/MDIFEEDSTATUS /AWS1/MDIFEEDSTATUS

The status of the feed being queried.

Optional arguments:

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

Information about the resource, if any, associated with the feed being queried.

it_tags TYPE /AWS1/CL_MDITAGMAP_W=>TT_TAGMAP TT_TAGMAP

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


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 being queried.

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 being queried.

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 being queried.

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 being queried.

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 being queried.

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, if any, associated with the feed being queried.

Accessible with the following methods

Method Description
GET_ASSOCIATION() Getter for ASSOCIATION

tags

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

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