Package com.atlan.model.structs
Class Histogram
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.Histogram
- All Implemented Interfaces:
Serializable
Detailed information representing a histogram of values.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHistogram.HistogramBuilder<C extends Histogram,B extends Histogram.HistogramBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.structs.AtlanStruct
AtlanStruct.AtlanStructBuilder<C extends AtlanStruct,B extends AtlanStruct.AtlanStructBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Histogram.HistogramBuilder<?, ?> builder()protected booleanbooleanBoundaries of the histogram.Frequencies of the histogram.Fixed typeName for Histogram.inthashCode()static HistogramQuickly create a new Histogram.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
Histogram
-
-
Method Details
-
of
Quickly create a new Histogram.- Parameters:
boundaries- Boundaries of the histogram.frequencies- Frequencies of the histogram.- Returns:
- a Histogram with the provided information
-
builder
-
toBuilder
-
getBoundaries
Boundaries of the histogram. -
getFrequencies
Frequencies of the histogram. -
equals
- Overrides:
equalsin classAtlanStruct
-
canEqual
- Overrides:
canEqualin classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanStruct
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-
getTypeName
Fixed typeName for Histogram.- Overrides:
getTypeNamein classAtlanStruct
-