Class google.gdata.threading.Total
Object
|
+--google.gdata.threading.Total
- class
google.gdata.threading.Total
Indicates total number of unique responses to an entry.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Number of responses. |
Constructor Summary |
google.gdata.threading.Total(<Object> opt_params)
Constructs a total using an object parameter whose property names match the
setter method to use for each property.
|
Method Summary |
number|undefined
|
getValue()
Returns the number of responses.
|
void
|
setValue(<number|undefined> value)
Sets the number of responses.
|
$t
{string|undefined} $t
Number of responses. This attribute is required.
google.gdata.threading.Total
google.gdata.threading.Total(<Object> opt_params)
Constructs a total 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: value.
getValue
number|undefined getValue()
Returns the number of responses. This attribute is required.
Returns:
Number of responses or undefined for none.
setValue
void setValue(<number|undefined> value)
Sets the number of responses. This attribute is required.
Parameters:
value
- Number of responses or undefined for none.
Documentation generated by
JSDoc on Tue Sep 22 18:28:55 2009