Class google.gdata.analytics.Dimension
Object
|
+--google.gdata.analytics.Dimension
- class
google.gdata.analytics.Dimension
Dimension value.
Defined in gdata.js
Field Summary |
{string|undefined} |
name
Name. |
{string|undefined} |
value
Value. |
Constructor Summary |
google.gdata.analytics.Dimension(<Object> opt_params)
Constructs a dimension using an object parameter whose property names match
the setter method to use for each property.
|
Method Summary |
string|undefined
|
getName()
Returns the name.
|
string|undefined
|
getValue()
Returns the value.
|
void
|
setName(<string|undefined> name)
Sets the name.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
name
{string|undefined} name
Name. This attribute is required.
value
{string|undefined} value
Value. This attribute is required.
google.gdata.analytics.Dimension
google.gdata.analytics.Dimension(<Object> opt_params)
Constructs a dimension using an object parameter whose property names match
the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: name and value.
getName
string|undefined getName()
Returns the name. This attribute is required.
Returns:
Name or undefined for none.
getValue
string|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value or undefined for none.
setName
void setName(<string|undefined> name)
Sets the name. This attribute is required.
Parameters:
name
- Name or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the value. This attribute is required.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Mon Apr 20 21:27:27 2009