Class AssetViews

java.lang.Object
com.atlan.model.search.aggregates.AssetViews

public class AssetViews extends Object
Captures a specific aggregate result of assets and the views on that asset.
  • Method Details

    • builder

      public static AssetViews.AssetViewsBuilder builder()
    • getGuid

      public String getGuid()
      GUID of the asset that was viewed.
    • getTotalViews

      public Long getTotalViews()
      Number of times the asset has been viewed (in total).
    • getDistinctUsers

      public Long getDistinctUsers()
      Number of distinct users that have viewed the asset.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object