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 class
AssetHistogram.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 boolean
boolean
Boundaries of the histogram.Frequencies of the histogram.Fixed typeName for AssetHistogram.int
hashCode()
static AssetHistogram
Quickly 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:
equals
in classAtlanStruct
-
canEqual
- Overrides:
canEqual
in classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanStruct
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-
getTypeName
Fixed typeName for AssetHistogram.- Overrides:
getTypeName
in classAtlanStruct
-