games  v1
Public Member Functions | Static Public Member Functions | List of all members
google_games_api::RoomClientAddress Class Reference

#include <room_client_address.h>

Inheritance diagram for google_games_api::RoomClientAddress:

Public Member Functions

 RoomClientAddress (const Json::Value &storage)
 
 RoomClientAddress (Json::Value *storage)
 
virtual ~RoomClientAddress ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_xmpp_address () const
 
void clear_xmpp_address ()
 
const StringPiece get_xmpp_address () const
 
void set_xmpp_address (const StringPiece &value)
 

Static Public Member Functions

static RoomClientAddressNew ()
 

Detailed Description

This is a JSON template for the client address when setting up a room.

Constructor & Destructor Documentation

◆ RoomClientAddress() [1/2]

google_games_api::RoomClientAddress::RoomClientAddress ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ RoomClientAddress() [2/2]

google_games_api::RoomClientAddress::RoomClientAddress ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~RoomClientAddress()

google_games_api::RoomClientAddress::~RoomClientAddress ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_games_api::RoomClientAddress::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_xmpp_address()

void google_games_api::RoomClientAddress::clear_xmpp_address ( )
inline

Clears the 'xmppAddress' attribute.

◆ get_kind()

const StringPiece google_games_api::RoomClientAddress::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_xmpp_address()

const StringPiece google_games_api::RoomClientAddress::get_xmpp_address ( ) const
inline

Get the value of the 'xmppAddress' attribute.

◆ GetTypeName()

const StringPiece google_games_api::RoomClientAddress::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_games_api::RoomClientAddress

◆ has_kind()

bool google_games_api::RoomClientAddress::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_xmpp_address()

bool google_games_api::RoomClientAddress::has_xmpp_address ( ) const
inline

Determine if the 'xmppAddress' attribute was set.

Returns
true if the 'xmppAddress' attribute was set.

◆ New()

RoomClientAddress * google_games_api::RoomClientAddress::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_games_api::RoomClientAddress::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Uniquely identifies the type of this resource. Value is always the fixed string games::roomClientAddress.

Parameters
[in]valueThe new value.

◆ set_xmpp_address()

void google_games_api::RoomClientAddress::set_xmpp_address ( const StringPiece &  value)
inline

Change the 'xmppAddress' attribute.

The XMPP address of the client on the Google Games XMPP network.

Parameters
[in]valueThe new value.

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