public static class

AttributeHistogram.UniqueValue

extends Object
java.lang.Object
   ↳ com.google.api.gbase.client.AttributeHistogram.UniqueValue

Class Overview

A value, as a string, and the number of times the value appears in the result set for the current query.

Summary

Fields
private final int count
private final String value
Public Methods
int getCount()
Gets the number of time this specific value was found.
String getValueAsString()
Gets the value itself, as a string.
String toString()
Gets the value itself, as a string.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private final int count

private final String value

Public Methods

public int getCount ()

Gets the number of time this specific value was found.

public String getValueAsString ()

Gets the value itself, as a string.

Returns
  • string representation for the value

public String toString ()

Gets the value itself, as a string.