Package com.atlan.model.structs
Class TableauReadCountWindow
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.TableauReadCountWindow
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class TableauReadCountWindow
extends AtlanStruct
Read/view count for a given time window on a Tableau asset, anchored to the crawl's as-of date.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTableauReadCountWindow.TableauReadCountWindowBuilder<C extends TableauReadCountWindow,B extends TableauReadCountWindow.TableauReadCountWindowBuilder<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 booleanbooleanAnchor date for this window — when the source reported the count (typically the crawl run time).Number of reads/views recorded within this window.Size of the time window in days (e.g., 14, 30, 90, 365).Fixed typeName for TableauReadCountWindow.inthashCode()static TableauReadCountWindowof(Long tableauReadCountWindowDays, Long tableauReadCountWindowCount, Long tableauReadCountWindowAsOfDate) Quickly create a new TableauReadCountWindow.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
TableauReadCountWindow
-
-
Method Details
-
of
public static TableauReadCountWindow of(Long tableauReadCountWindowDays, Long tableauReadCountWindowCount, Long tableauReadCountWindowAsOfDate) Quickly create a new TableauReadCountWindow.- Parameters:
tableauReadCountWindowDays- Size of the time window in days (e.g., 14, 30, 90, 365).tableauReadCountWindowCount- Number of reads/views recorded within this window.tableauReadCountWindowAsOfDate- Anchor date for this window — when the source reported the count (typically the crawl run time).- Returns:
- a TableauReadCountWindow with the provided information
-
builder
-
toBuilder
-
getTableauReadCountWindowDays
Size of the time window in days (e.g., 14, 30, 90, 365). -
getTableauReadCountWindowCount
Number of reads/views recorded within this window. -
getTableauReadCountWindowAsOfDate
Anchor date for this window — when the source reported the count (typically the crawl run time). -
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 TableauReadCountWindow.- Overrides:
getTypeNamein classAtlanStruct
-