analytics
v3
|
#include <account_ref.h>
Public Member Functions | |
AccountRef (const Json::Value &storage) | |
AccountRef (Json::Value *storage) | |
virtual | ~AccountRef () |
const StringPiece | GetTypeName () const |
bool | has_href () const |
void | clear_href () |
const StringPiece | get_href () const |
void | set_href (const StringPiece &value) |
bool | has_id () const |
void | clear_id () |
const StringPiece | get_id () const |
void | set_id (const StringPiece &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) |
Static Public Member Functions | |
static AccountRef * | New () |
JSON template for a linked account.
|
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 'href
' attribute.
|
inline |
Clears the 'id
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'name
' attribute.
|
inline |
Get the value of the 'href
' attribute.
|
inline |
Get the value of the 'id
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'name
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'href
' attribute was set.
href
' attribute was set.
|
inline |
Determine if the 'id
' attribute was set.
id
' 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.
|
static |
Creates a new default instance.
|
inline |
Change the 'href
' attribute.
Link for this account.
[in] | value | The new value. |
|
inline |
|
inline |
Change the 'kind
' attribute.
Analytics account reference.
[in] | value | The new value. |
|
inline |