#include <instance_android_details.h>
This is a JSON template for the Android instance details resource.
◆ InstanceAndroidDetails() [1/2]
google_games_api::InstanceAndroidDetails::InstanceAndroidDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~InstanceAndroidDetails()
google_games_api::InstanceAndroidDetails::~InstanceAndroidDetails |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ 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
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files: