#include <enterprises_send_test_push_notification_response.h>
◆ EnterprisesSendTestPushNotificationResponse() [1/2]
google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::EnterprisesSendTestPushNotificationResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ EnterprisesSendTestPushNotificationResponse() [2/2]
google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::EnterprisesSendTestPushNotificationResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~EnterprisesSendTestPushNotificationResponse()
google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::~EnterprisesSendTestPushNotificationResponse |
( |
| ) |
|
|
virtual |
◆ clear_message_id()
void google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::clear_message_id |
( |
| ) |
|
|
inline |
Clears the 'messageId
' attribute.
◆ clear_topic_name()
void google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::clear_topic_name |
( |
| ) |
|
|
inline |
Clears the 'topicName
' attribute.
◆ get_message_id()
const StringPiece google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::get_message_id |
( |
| ) |
const |
|
inline |
Get the value of the 'messageId
' attribute.
◆ get_topic_name()
const StringPiece google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::get_topic_name |
( |
| ) |
const |
|
inline |
Get the value of the 'topicName
' attribute.
◆ GetTypeName()
const StringPiece google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_androidenterprise_api::EnterprisesSendTestPushNotifica tionResponse
◆ has_message_id()
bool google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::has_message_id |
( |
| ) |
const |
|
inline |
Determine if the 'messageId
' attribute was set.
- Returns
- true if the '
messageId
' attribute was set.
◆ has_topic_name()
bool google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::has_topic_name |
( |
| ) |
const |
|
inline |
Determine if the 'topicName
' attribute was set.
- Returns
- true if the '
topicName
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_message_id()
void google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::set_message_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'messageId
' attribute.
The message ID of the test push notification that was sent.
- Parameters
-
◆ set_topic_name()
void google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::set_topic_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'topicName
' attribute.
The name of the Cloud Pub/Sub topic to which notifications for this enterprise's enrolled account will be sent.
- Parameters
-
The documentation for this class was generated from the following files: