reseller  v1
Public Member Functions | Static Public Member Functions | List of all members
google_reseller_api::ResellernotifyResource Class Reference

#include <resellernotify_resource.h>

Inheritance diagram for google_reseller_api::ResellernotifyResource:

Public Member Functions

 ResellernotifyResource (const Json::Value &storage)
 
 ResellernotifyResource (Json::Value *storage)
 
virtual ~ResellernotifyResource ()
 
const StringPiece GetTypeName () const
 
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 ResellernotifyResourceNew ()
 

Detailed Description

JSON template for resellernotify response.

Constructor & Destructor Documentation

◆ ResellernotifyResource() [1/2]

google_reseller_api::ResellernotifyResource::ResellernotifyResource ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ResellernotifyResource() [2/2]

google_reseller_api::ResellernotifyResource::ResellernotifyResource ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ResellernotifyResource()

google_reseller_api::ResellernotifyResource::~ResellernotifyResource ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_topic_name()

void google_reseller_api::ResellernotifyResource::clear_topic_name ( )
inline

Clears the 'topicName' attribute.

◆ get_topic_name()

const StringPiece google_reseller_api::ResellernotifyResource::get_topic_name ( ) const
inline

Get the value of the 'topicName' attribute.

◆ GetTypeName()

const StringPiece google_reseller_api::ResellernotifyResource::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_reseller_api::ResellernotifyResource

◆ has_topic_name()

bool google_reseller_api::ResellernotifyResource::has_topic_name ( ) const
inline

Determine if the 'topicName' attribute was set.

Returns
true if the 'topicName' attribute was set.

◆ New()

ResellernotifyResource * google_reseller_api::ResellernotifyResource::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_topic_name()

void google_reseller_api::ResellernotifyResource::set_topic_name ( const StringPiece &  value)
inline

Change the 'topicName' attribute.

Topic name of the PubSub.

Parameters
[in]valueThe new value.

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