@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HistogramEntry extends Object implements Serializable, Cloneable, StructuredPojo
An entry in a histogram for a statistic. A histogram maps the range of observed values on the X axis, and the prevalence of each value on the Y axis.
Constructor and Description |
---|
HistogramEntry() |
Modifier and Type | Method and Description |
---|---|
HistogramEntry |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
The prevalence of the entry.
|
Double |
getValue()
The value of the entry.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCount(Integer count)
The prevalence of the entry.
|
void |
setValue(Double value)
The value of the entry.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
HistogramEntry |
withCount(Integer count)
The prevalence of the entry.
|
HistogramEntry |
withValue(Double value)
The value of the entry.
|
public void setValue(Double value)
The value of the entry.
value
- The value of the entry.public Double getValue()
The value of the entry.
public HistogramEntry withValue(Double value)
The value of the entry.
value
- The value of the entry.public void setCount(Integer count)
The prevalence of the entry.
count
- The prevalence of the entry.public Integer getCount()
The prevalence of the entry.
public HistogramEntry withCount(Integer count)
The prevalence of the entry.
count
- The prevalence of the entry.public String toString()
toString
in class Object
Object.toString()
public HistogramEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.