analytics
v3
|
#include <mcf_data.h>
Classes | |
class | McfDataRowsConversionPathValue |
Public Member Functions | |
McfDataRows (const Json::Value &storage) | |
McfDataRows (Json::Value *storage) | |
virtual | ~McfDataRows () |
const StringPiece | GetTypeName () const |
bool | has_conversion_path_value () const |
void | clear_conversion_path_value () |
const client::JsonCppArray< McfDataRowsConversionPathValue > | get_conversion_path_value () const |
client::JsonCppArray< McfDataRowsConversionPathValue > | mutable_conversionPathValue () |
bool | has_primitive_value () const |
void | clear_primitive_value () |
const StringPiece | get_primitive_value () const |
void | set_primitive_value (const StringPiece &value) |
Static Public Member Functions | |
static McfDataRows * | New () |
A union object representing a dimension or metric value. Only one of "primitiveValue" or "conversionPathValue" attribute will be populated.
|
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 'conversionPathValue
' attribute.
|
inline |
Clears the 'primitiveValue
' attribute.
|
inline |
Get a reference to the value of the 'conversionPathValue
' attribute.
|
inline |
Get the value of the 'primitiveValue
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_analytics_api::McfDataRows
|
inline |
Determine if the 'conversionPathValue
' attribute was set.
conversionPathValue
' attribute was set.
|
inline |
Determine if the 'primitiveValue
' attribute was set.
primitiveValue
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'conversionPathValue
' property.
A conversion path dimension value, containing a list of interactions with their attributes.
|
static |
Creates a new default instance.
|
inline |
Change the 'primitiveValue
' attribute.
A primitive dimension value. A primitive metric value.
[in] | value | The new value. |