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

#include <instance_web_details.h>

Inheritance diagram for google_games_api::InstanceWebDetails:

Public Member Functions

 InstanceWebDetails (const Json::Value &storage)
 
 InstanceWebDetails (Json::Value *storage)
 
virtual ~InstanceWebDetails ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_launch_url () const
 
void clear_launch_url ()
 
const StringPiece get_launch_url () const
 
void set_launch_url (const StringPiece &value)
 
bool has_preferred () const
 
void clear_preferred ()
 
bool get_preferred () const
 
void set_preferred (bool value)
 

Static Public Member Functions

static InstanceWebDetailsNew ()
 

Detailed Description

This is a JSON template for the Web details resource.

Constructor & Destructor Documentation

◆ InstanceWebDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ InstanceWebDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~InstanceWebDetails()

google_games_api::InstanceWebDetails::~InstanceWebDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_games_api::InstanceWebDetails::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_launch_url()

void google_games_api::InstanceWebDetails::clear_launch_url ( )
inline

Clears the 'launchUrl' attribute.

◆ clear_preferred()

void google_games_api::InstanceWebDetails::clear_preferred ( )
inline

Clears the 'preferred' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_launch_url()

const StringPiece google_games_api::InstanceWebDetails::get_launch_url ( ) const
inline

Get the value of the 'launchUrl' attribute.

◆ get_preferred()

bool google_games_api::InstanceWebDetails::get_preferred ( ) const
inline

Get the value of the 'preferred' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_games_api::InstanceWebDetails

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_launch_url()

bool google_games_api::InstanceWebDetails::has_launch_url ( ) const
inline

Determine if the 'launchUrl' attribute was set.

Returns
true if the 'launchUrl' attribute was set.

◆ has_preferred()

bool google_games_api::InstanceWebDetails::has_preferred ( ) const
inline

Determine if the 'preferred' attribute was set.

Returns
true if the 'preferred' attribute was set.

◆ New()

InstanceWebDetails * google_games_api::InstanceWebDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

◆ set_launch_url()

void google_games_api::InstanceWebDetails::set_launch_url ( const StringPiece &  value)
inline

Change the 'launchUrl' attribute.

Launch URL for the game.

Parameters
[in]valueThe new value.

◆ set_preferred()

void google_games_api::InstanceWebDetails::set_preferred ( bool  value)
inline

Change the 'preferred' attribute.

Indicates that this instance is the default for new installations.

Parameters
[in]valueThe new value.

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