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

#include <instance_android_details.h>

Inheritance diagram for google_games_api::InstanceAndroidDetails:

Public Member Functions

 InstanceAndroidDetails (const Json::Value &storage)
 
 InstanceAndroidDetails (Json::Value *storage)
 
virtual ~InstanceAndroidDetails ()
 
const StringPiece GetTypeName () const
 
bool has_enable_piracy_check () const
 
void clear_enable_piracy_check ()
 
bool get_enable_piracy_check () const
 
void set_enable_piracy_check (bool value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_package_name () const
 
void clear_package_name ()
 
const StringPiece get_package_name () const
 
void set_package_name (const StringPiece &value)
 
bool has_preferred () const
 
void clear_preferred ()
 
bool get_preferred () const
 
void set_preferred (bool value)
 

Static Public Member Functions

static InstanceAndroidDetailsNew ()
 

Detailed Description

This is a JSON template for the Android instance details resource.

Constructor & Destructor Documentation

◆ InstanceAndroidDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ InstanceAndroidDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~InstanceAndroidDetails()

google_games_api::InstanceAndroidDetails::~InstanceAndroidDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_enable_piracy_check()

void google_games_api::InstanceAndroidDetails::clear_enable_piracy_check ( )
inline

Clears the 'enablePiracyCheck' attribute.

◆ clear_kind()

void google_games_api::InstanceAndroidDetails::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_package_name()

void google_games_api::InstanceAndroidDetails::clear_package_name ( )
inline

Clears the 'packageName' attribute.

◆ clear_preferred()

void google_games_api::InstanceAndroidDetails::clear_preferred ( )
inline

Clears the 'preferred' attribute.

◆ get_enable_piracy_check()

bool google_games_api::InstanceAndroidDetails::get_enable_piracy_check ( ) const
inline

Get the value of the 'enablePiracyCheck' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_package_name()

const StringPiece google_games_api::InstanceAndroidDetails::get_package_name ( ) const
inline

Get the value of the 'packageName' attribute.

◆ get_preferred()

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

Get the value of the 'preferred' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_games_api::InstanceAndroidDetails

◆ has_enable_piracy_check()

bool google_games_api::InstanceAndroidDetails::has_enable_piracy_check ( ) const
inline

Determine if the 'enablePiracyCheck' attribute was set.

Returns
true if the 'enablePiracyCheck' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_package_name()

bool google_games_api::InstanceAndroidDetails::has_package_name ( ) const
inline

Determine if the 'packageName' attribute was set.

Returns
true if the 'packageName' attribute was set.

◆ has_preferred()

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

Determine if the 'preferred' attribute was set.

Returns
true if the 'preferred' attribute was set.

◆ New()

InstanceAndroidDetails * google_games_api::InstanceAndroidDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_enable_piracy_check()

void google_games_api::InstanceAndroidDetails::set_enable_piracy_check ( bool  value)
inline

Change the 'enablePiracyCheck' attribute.

Flag indicating whether the anti-piracy check is enabled.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

◆ set_package_name()

void google_games_api::InstanceAndroidDetails::set_package_name ( const StringPiece &  value)
inline

Change the 'packageName' attribute.

Android package name which maps to Google Play URL.

Parameters
[in]valueThe new value.

◆ set_preferred()

void google_games_api::InstanceAndroidDetails::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: