/AWS1/CL_IOIGETVEHICLESTATRSP¶
GetVehicleStatusResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_CAMPAIGNS
TYPE /AWS1/CL_IOIVEHICLESTATUS=>TT_VEHICLESTATUSLIST
TT_VEHICLESTATUSLIST
¶
Lists information about the state of the vehicle with deployed campaigns.
IV_NEXTTOKEN
TYPE /AWS1/IOINEXTTOKEN
/AWS1/IOINEXTTOKEN
¶
The token to retrieve the next set of results, or
null
if there are no more results.
Queryable Attributes¶
campaigns¶
Lists information about the state of the vehicle with deployed campaigns.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CAMPAIGNS() |
Getter for CAMPAIGNS, with configurable default |
ASK_CAMPAIGNS() |
Getter for CAMPAIGNS w/ exceptions if field has no value |
HAS_CAMPAIGNS() |
Determine if CAMPAIGNS has a value |
nextToken¶
The token to retrieve the next set of results, or
null
if there are no more results.
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 |