| java.lang.Object |
| ↳ |
com.google.api.gbase.client.GmAttributes.GmAttribute |
Class Overview
The information defining an attribute, as contained by the gm:attribute
element in the itemtypes feed.
Summary
| Nested Classes |
|
enum |
GmAttributes.GmAttribute.Importance |
Enumeration defining the importance levels that an attribute can have. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
The attribute id identifying this attribute.
The importance for this attribute.
Public Constructors
Creates a GmAttribute instance with the specified id and importance. A
null importance value should be provided when no importance is defined.
Parameters
| attributeId
| The id of the attribute |
| importance
| The importance, or null if no information is available |
Throws
| NullPointerException
| if the attributeId is null.
|
Public Methods
Returns the id of this attribute.
Returns the importance for this attribute, or null if not defined.