Class google.gdata.gbase.FeedError
Object
|
+--google.gdata.gbase.FeedError
- class
google.gdata.gbase.FeedError
The description of an error while processing a Google Base datafeed.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Value. |
Constructor Summary |
google.gdata.gbase.FeedError(<Object> opt_params)
Constructs a feed error using an object parameter whose property names match
the setter method to use for each property.
|
Method Summary |
string|undefined
|
getId()
Returns the id.
|
number|undefined
|
getLine()
Returns the line.
|
string|undefined
|
getValue()
Returns the value.
|
void
|
setId(<string|undefined> id)
Sets the id.
|
void
|
setLine(<number|undefined> line)
Sets the line.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
$t
{string|undefined} $t
Value. This attribute is optional.
google.gdata.gbase.FeedError
google.gdata.gbase.FeedError(<Object> opt_params)
Constructs a feed error 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: id, line, and value.
getId
string|undefined getId()
Returns the id. This attribute is required.
Returns:
Id or undefined for none.
getLine
number|undefined getLine()
Returns the line. This attribute is optional.
Returns:
Line or undefined for none.
getValue
string|undefined getValue()
Returns the value. This attribute is optional.
Returns:
Value or undefined for none.
setId
void setId(<string|undefined> id)
Sets the id. This attribute is required.
Parameters:
id
- Id or undefined for none.
setLine
void setLine(<number|undefined> line)
Sets the line. This attribute is optional.
Parameters:
line
- Line or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the value. This attribute is optional.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Mon Apr 20 21:27:27 2009