Class: CardDataResponseMessage

remotemessage.CardDataResponseMessage

new CardDataResponseMessage()

Source:

Extends

Methods

(static) CardDataResponseMessage#getCardData() → {base.CardData}

Get the field value The data for the card
Source:
Returns:
Type
base.CardData

(static) CardDataResponseMessage#getReason() → {String}

Get the field value May be populated when the operation fails.
Source:
Returns:
Type
String

(static) CardDataResponseMessage#getStatus() → {remotemessage.ResultStatus}

Get the field value
Source:
Returns:
Type
remotemessage.ResultStatus

(static) CardDataResponseMessage#setCardData(cardData)

Set the field value The data for the card
Parameters:
Name Type Description
cardData base.CardData
Source:

(static) CardDataResponseMessage#setReason(reason)

Set the field value May be populated when the operation fails.
Parameters:
Name Type Description
reason String
Source:

(static) CardDataResponseMessage#setStatus(status)

Set the field value
Parameters:
Name Type Description
status remotemessage.ResultStatus
Source: