| java.lang.Object | |
| ↳ | com.google.gdata.util.common.base.Objects.ToStringHelper |
Helper class for generating consistent toString across ads/api pojos.
This class is made to supporttoStringHelper(Object).
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| JOINER | |||||||||||
| fieldString | |||||||||||
| instance | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a name/value pair to the formatted output in
name=value
format. | |||||||||||
Adds a value to the formatted output in
value format. | |||||||||||
Returns the formatted string.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Adds a name/value pair to the formatted output in name=value
format. If value is null, the string "null"
is used.
| name | |
|---|---|
| value |
Adds a value to the formatted output in value format.
add(String, Object) instead and
give value a readable name.
| value |
|---|
Returns the formatted string.