Package com.atlan.model.structs
Class ColumnValueFrequencyMap
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.ColumnValueFrequencyMap
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class ColumnValueFrequencyMap
extends AtlanStruct
Detailed information representing a column value and it's frequency.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classColumnValueFrequencyMap.ColumnValueFrequencyMapBuilder<C extends ColumnValueFrequencyMap,B extends ColumnValueFrequencyMap.ColumnValueFrequencyMapBuilder<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 TypeMethodDescriptionbuilder()protected booleanbooleanSample value for the column.Frequency of the sample value in the column.Fixed typeName for ColumnValueFrequencyMap.inthashCode()static ColumnValueFrequencyMapQuickly create a new ColumnValueFrequencyMap.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
ColumnValueFrequencyMap
-
-
Method Details
-
of
Quickly create a new ColumnValueFrequencyMap.- Parameters:
columnValue- Sample value for the column.columnValueFrequency- Frequency of the sample value in the column.- Returns:
- a ColumnValueFrequencyMap with the provided information
-
builder
-
toBuilder
-
getColumnValue
Sample value for the column. -
getColumnValueFrequency
Frequency of the sample value in the column. -
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 ColumnValueFrequencyMap.- Overrides:
getTypeNamein classAtlanStruct
-