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 class
ColumnValueFrequencyMap.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 boolean
boolean
Sample value for the column.Frequency of the sample value in the column.Fixed typeName for ColumnValueFrequencyMap.int
hashCode()
static ColumnValueFrequencyMap
Quickly 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:
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 ColumnValueFrequencyMap.- Overrides:
getTypeName
in classAtlanStruct
-