new CardDataResponseMessage()
Extends
Methods
(static) CardDataResponseMessage#getCardData() → {base.CardData}
Get the field value
The data for the card
Returns:
- Type
- base.CardData
(static) CardDataResponseMessage#getReason() → {String}
Get the field value
May be populated when the operation fails.
Returns:
- Type
- String
(static) CardDataResponseMessage#getStatus() → {remotemessage.ResultStatus}
Get the field value
Returns:
(static) CardDataResponseMessage#setCardData(cardData)
Set the field value
The data for the card
Parameters:
Name | Type | Description |
---|---|---|
cardData |
base.CardData |
(static) CardDataResponseMessage#setReason(reason)
Set the field value
May be populated when the operation fails.
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(static) CardDataResponseMessage#setStatus(status)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
status |
remotemessage.ResultStatus |