Class HistogramEntry
- java.lang.Object
-
- software.amazon.awssdk.services.xray.model.HistogramEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HistogramEntry.Builder,HistogramEntry>
@Generated("software.amazon.awssdk:codegen") public final class HistogramEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HistogramEntry.Builder,HistogramEntry>
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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHistogramEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistogramEntry.Builderbuilder()Integercount()The prevalence of the entry.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends HistogramEntry.Builder>serializableBuilderClass()HistogramEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.Doublevalue()The value of the entry.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
value
public final Double value()
The value of the entry.
- Returns:
- The value of the entry.
-
count
public final Integer count()
The prevalence of the entry.
- Returns:
- The prevalence of the entry.
-
toBuilder
public HistogramEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HistogramEntry.Builder,HistogramEntry>
-
builder
public static HistogramEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends HistogramEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-