| java.lang.Object | |
| ↳ | com.google.api.gbase.client.Adjustments |
Adjustment information for one attribute (GoogleBaseAttribute). It
maps to gm:adjusted_name and gm:adjusted_value Xml elements.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| name | The adjusted name. | ||||||||||
| value | The adjusted value. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the adjusted name, or
null if the adjusted_name
element is not specified. | |||||||||||
Gets the adjusted value in string format, or
null if the
adjusted_value element is not specified. | |||||||||||
Returns
true if no adjusted attribute is specified, false
otherwise. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The adjusted name.
The adjusted value.
Gets the adjusted name, or null if the adjusted_name
element is not specified.
Gets the adjusted value in string format, or null if the
adjusted_value element is not specified.
Returns true if no adjusted attribute is specified, false
otherwise.