|
GData JavaScript Client 1.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.analytics.Metric
Metric value.
Defined in gdata.js
Field Summary | |
{string|undefined} |
confidenceInterval
95% confidence interval for this metric (lower is better). |
{string|undefined} |
name
Name. |
{string|undefined} |
type
The format of data represented by the metric. |
{string|undefined} |
value
Value. |
<static> <final> {string} |
TYPE_CURRENCY
Currency metric. |
<static> <final> {string} |
TYPE_FLOAT
Float metric. |
<static> <final> {string} |
TYPE_INTEGER
Integer metric. |
<static> <final> {string} |
TYPE_PERCENT
Percent metric. |
<static> <final> {string} |
TYPE_TIME
Time metric. |
<static> <final> {string} |
TYPE_US_CURRENCY
Us currency metric. |
Constructor Summary | |
google.gdata.analytics.Metric(<Object> opt_params)
Constructs a metric using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
number|undefined
|
getConfidenceInterval()
Returns the 95% confidence interval for this metric (lower is better). |
string|undefined
|
getName()
Returns the name. |
string|undefined
|
getType()
Returns the the format of data represented by the metric. |
string|undefined
|
getValue()
Returns the value. |
void
|
setConfidenceInterval(<number|undefined> confidenceInterval)
Sets the 95% confidence interval for this metric (lower is better). |
void
|
setName(<string|undefined> name)
Sets the name. |
void
|
setType(<string|undefined> type)
Sets the the format of data represented by the metric. |
void
|
setValue(<string|undefined> value)
Sets the value. |
Field Detail |
{string|undefined} confidenceInterval
{string|undefined} name
{string|undefined} type
{string|undefined} value
<static> <final> {string} TYPE_CURRENCY
<static> <final> {string} TYPE_FLOAT
<static> <final> {string} TYPE_INTEGER
<static> <final> {string} TYPE_PERCENT
<static> <final> {string} TYPE_TIME
<static> <final> {string} TYPE_US_CURRENCY
Constructor Detail |
google.gdata.analytics.Metric(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: confidenceInterval, name, type, and value.
Method Detail |
number|undefined getConfidenceInterval()
string|undefined getName()
string|undefined getType()
string|undefined getValue()
void setConfidenceInterval(<number|undefined> confidenceInterval)
confidenceInterval
- 95% confidence interval for this metric (lower is better) or undefined for none.
void setName(<string|undefined> name)
name
- Name or undefined for none.
void setType(<string|undefined> type)
type
- The format of data represented by the metric or undefined for none.
void setValue(<string|undefined> value)
value
- Value or undefined for none.
|
GData JavaScript Client 1.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |