|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.gbase.client.AttributeHistogram.UniqueValue
public static class AttributeHistogram.UniqueValue
A value, as a string, and the number of times the value appears in the result set for the current query.
Method Summary | |
---|---|
int |
getCount()
Gets the number of time this specific value was found. |
java.lang.String |
getValueAsString()
Gets the value itself, as a string. |
java.lang.String |
toString()
Gets the value itself, as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getCount()
public java.lang.String getValueAsString()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |