public class Adjustments
extends java.lang.Object
GoogleBaseAttribute). It
maps to gm:adjusted_name and gm:adjusted_value Xml elements.| Constructor and Description |
|---|
Adjustments() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the adjusted name, or
null if the adjusted_name
element is not specified. |
java.lang.String |
getValue()
Gets the adjusted value in string format, or
null if the
adjusted_value element is not specified. |
boolean |
isEmpty()
Returns
true if no adjusted attribute is specified, false
otherwise. |
public java.lang.String getName()
null if the adjusted_name
element is not specified.public java.lang.String getValue()
null if the
adjusted_value element is not specified.public boolean isEmpty()
true if no adjusted attribute is specified, false
otherwise.