analytics
v3
|
#include <account.h>
Classes | |
class | AccountChildLink |
class | AccountPermissions |
Public Member Functions | |
Account (const Json::Value &storage) | |
Account (Json::Value *storage) | |
virtual | ~Account () |
const StringPiece | GetTypeName () const |
bool | has_child_link () const |
void | clear_child_link () |
const AccountChildLink | get_child_link () const |
AccountChildLink | mutable_childLink () |
bool | has_created () const |
void | clear_created () |
client::DateTime | get_created () const |
void | set_created (client::DateTime 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) |
bool | has_permissions () const |
void | clear_permissions () |
const AccountPermissions | get_permissions () const |
AccountPermissions | mutable_permissions () |
bool | has_self_link () const |
void | clear_self_link () |
const StringPiece | get_self_link () const |
void | set_self_link (const StringPiece &value) |
bool | has_starred () const |
void | clear_starred () |
bool | get_starred () const |
void | set_starred (bool value) |
bool | has_updated () const |
void | clear_updated () |
client::DateTime | get_updated () const |
void | set_updated (client::DateTime value) |
Static Public Member Functions | |
static Account * | New () |
JSON template for Analytics account entry.
|
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 'childLink
' attribute.
|
inline |
Clears the 'created
' attribute.
|
inline |
Clears the 'id
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'name
' attribute.
|
inline |
Clears the 'permissions
' attribute.
|
inline |
Clears the 'selfLink
' attribute.
|
inline |
Clears the 'starred
' attribute.
|
inline |
Clears the 'updated
' attribute.
|
inline |
Get a reference to the value of the 'childLink
' attribute.
|
inline |
Get the value of the 'created
' 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 |
Get a reference to the value of the 'permissions
' attribute.
|
inline |
Get the value of the 'selfLink
' attribute.
|
inline |
Get the value of the 'starred
' attribute.
|
inline |
Get the value of the 'updated
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'childLink
' attribute was set.
childLink
' attribute was set.
|
inline |
Determine if the 'created
' attribute was set.
created
' 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.
|
inline |
Determine if the 'permissions
' attribute was set.
permissions
' attribute was set.
|
inline |
Determine if the 'selfLink
' attribute was set.
selfLink
' attribute was set.
|
inline |
Determine if the 'starred
' attribute was set.
starred
' attribute was set.
|
inline |
Determine if the 'updated
' attribute was set.
updated
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'childLink
' property.
Child link for an account entry. Points to the list of web properties for this account.
|
inline |
Gets a reference to a mutable value of the 'permissions
' property.
Permissions the user has for this account.
|
static |
Creates a new default instance.
|
inline |
Change the 'created
' attribute.
Time the account was created.
[in] | value | The new value. |
|
inline |
|
inline |
Change the 'kind
' attribute.
Resource type for Analytics account.
[in] | value | The new value. |
|
inline |
|
inline |
Change the 'selfLink
' attribute.
Link for this account.
[in] | value | The new value. |
|
inline |
Change the 'starred
' attribute.
Indicates whether this account is starred or not.
[in] | value | The new value. |
|
inline |
Change the 'updated
' attribute.
Time the account was last modified.
[in] | value | The new value. |