public class

Adjustments

extends Object
java.lang.Object
   ↳ com.google.api.gbase.client.Adjustments

Class Overview

Adjustment information for one attribute (GoogleBaseAttribute). It maps to gm:adjusted_name and gm:adjusted_value Xml elements.

Summary

Fields
private String name The adjusted name.
private String value The adjusted value.
Public Constructors
Adjustments()
Public Methods
String getName()
Gets the adjusted name, or null if the adjusted_name element is not specified.
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String name

The adjusted name.

private String value

The adjusted value.

Public Constructors

public Adjustments ()

Public Methods

public String getName ()

Gets the adjusted name, or null if the adjusted_name element is not specified.

public String getValue ()

Gets the adjusted value in string format, or null if the adjusted_value element is not specified.

public boolean isEmpty ()

Returns true if no adjusted attribute is specified, false otherwise.