androidenterprise  v1
Public Member Functions | Static Public Member Functions | List of all members
google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse Class Reference

#include <enterprises_send_test_push_notification_response.h>

Inheritance diagram for google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse:

Public Member Functions

 EnterprisesSendTestPushNotificationResponse (const Json::Value &storage)
 
 EnterprisesSendTestPushNotificationResponse (Json::Value *storage)
 
virtual ~EnterprisesSendTestPushNotificationResponse ()
 
const StringPiece GetTypeName () const
 
bool has_message_id () const
 
void clear_message_id ()
 
const StringPiece get_message_id () const
 
void set_message_id (const StringPiece &value)
 
bool has_topic_name () const
 
void clear_topic_name ()
 
const StringPiece get_topic_name () const
 
void set_topic_name (const StringPiece &value)
 

Static Public Member Functions

static EnterprisesSendTestPushNotificationResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ EnterprisesSendTestPushNotificationResponse() [1/2]

google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::EnterprisesSendTestPushNotificationResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~EnterprisesSendTestPushNotificationResponse()

google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::~EnterprisesSendTestPushNotificationResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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()

EnterprisesSendTestPushNotificationResponse * google_androidenterprise_api::EnterprisesSendTestPushNotificationResponse::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

The documentation for this class was generated from the following files: