Package com.atlan.model.structs
Class AssetHistogram
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AssetHistogram
- All Implemented Interfaces:
Serializable
Detailed information representing a histogram of values for an asset.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAssetHistogram.AssetHistogramBuilder<C extends AssetHistogram,B extends AssetHistogram.AssetHistogramBuilder<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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic AssetHistogram.AssetHistogramBuilder<?, ?> builder()protected booleanbooleanBoundaries of the histogram.Frequencies of the histogram.Fixed typeName for AssetHistogram.inthashCode()static AssetHistogramQuickly create a new AssetHistogram.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AssetHistogram
-
-
Method Details
-
of
public static AssetHistogram of(List<Double> assetHistogramBoundaries, List<Double> assetHistogramFrequencies) Quickly create a new AssetHistogram.- Parameters:
assetHistogramBoundaries- Boundaries of the histogram.assetHistogramFrequencies- Frequencies of the histogram.- Returns:
- a AssetHistogram with the provided information
-
builder
-
toBuilder
-
getAssetHistogramBoundaries
Boundaries of the histogram. -
getAssetHistogramFrequencies
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 AssetHistogram.- Overrides:
getTypeNamein classAtlanStruct
-