Class 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:
  • Field Details

  • Constructor Details

  • 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

      public Long getTableauReadCountWindowDays()
      Size of the time window in days (e.g., 14, 30, 90, 365).
    • getTableauReadCountWindowCount

      public Long getTableauReadCountWindowCount()
      Number of reads/views recorded within this window.
    • getTableauReadCountWindowAsOfDate

      public Long getTableauReadCountWindowAsOfDate()
      Anchor date for this window — when the source reported the count (typically the crawl run time).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanStruct
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanStruct
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanStruct
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AtlanObject
    • getTypeName

      public String getTypeName()
      Fixed typeName for TableauReadCountWindow.
      Overrides:
      getTypeName in class AtlanStruct