Skip to content

/AWS1/CL_DOGSEARCHINSIGHTSRSP

SearchInsightsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_PROACTIVEINSIGHTS TYPE /AWS1/CL_DOGPROACTINSIGHTSUMM=>TT_PROACTIVEINSIGHTS TT_PROACTIVEINSIGHTS

The returned proactive insights.

IT_REACTIVEINSIGHTS TYPE /AWS1/CL_DOGREACTINSIGHTSUMM=>TT_REACTIVEINSIGHTS TT_REACTIVEINSIGHTS

The returned reactive insights.

IV_NEXTTOKEN TYPE /AWS1/DOGUUIDNEXTTOKEN /AWS1/DOGUUIDNEXTTOKEN

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.


Queryable Attributes

ProactiveInsights

The returned proactive insights.

Accessible with the following methods

Method Description
GET_PROACTIVEINSIGHTS() Getter for PROACTIVEINSIGHTS, with configurable default
ASK_PROACTIVEINSIGHTS() Getter for PROACTIVEINSIGHTS w/ exceptions if field has no v
HAS_PROACTIVEINSIGHTS() Determine if PROACTIVEINSIGHTS has a value

ReactiveInsights

The returned reactive insights.

Accessible with the following methods

Method Description
GET_REACTIVEINSIGHTS() Getter for REACTIVEINSIGHTS, with configurable default
ASK_REACTIVEINSIGHTS() Getter for REACTIVEINSIGHTS w/ exceptions if field has no va
HAS_REACTIVEINSIGHTS() Determine if REACTIVEINSIGHTS has a value

NextToken

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value