games
v1
|
#include <image_asset.h>
Public Member Functions | |
ImageAsset (const Json::Value &storage) | |
ImageAsset (Json::Value *storage) | |
virtual | ~ImageAsset () |
const StringPiece | GetTypeName () const |
bool | has_height () const |
void | clear_height () |
int32 | get_height () const |
void | set_height (int32 value) |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_name () const |
void | clear_name () |
const StringPiece | get_name () const |
void | set_name (const StringPiece &value) |
bool | has_url () const |
void | clear_url () |
const StringPiece | get_url () const |
void | set_url (const StringPiece &value) |
bool | has_width () const |
void | clear_width () |
int32 | get_width () const |
void | set_width (int32 value) |
Static Public Member Functions | |
static ImageAsset * | New () |
This is a JSON template for an image asset object.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'height
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'name
' attribute.
|
inline |
Clears the 'url
' attribute.
|
inline |
Clears the 'width
' attribute.
|
inline |
Get the value of the 'height
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'name
' attribute.
|
inline |
Get the value of the 'url
' attribute.
|
inline |
Get the value of the 'width
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_games_api::ImageAsset
|
inline |
Determine if the 'height
' attribute was set.
height
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'name
' attribute was set.
name
' attribute was set.
|
inline |
Determine if the 'url
' attribute was set.
url
' attribute was set.
|
inline |
Determine if the 'width
' attribute was set.
width
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'height
' attribute.
The height of the asset.
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::imageAsset.
[in] | value | The new value. |
|
inline |
Change the 'name
' attribute.
The name of the asset.
[in] | value | The new value. |
|
inline |
Change the 'url
' attribute.
The URL of the asset.
[in] | value | The new value. |
|
inline |
Change the 'width
' attribute.
The width of the asset.
[in] | value | The new value. |