Class UserViews

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

public class UserViews extends Object
Captures a specific aggregate result of views of an asset by a specific user.
  • Method Details

    • builder

      public static UserViews.UserViewsBuilder builder()
    • getUsername

      public String getUsername()
      Name of the user who viewed the asset.
    • getViewCount

      public Long getViewCount()
      Number of times the user viewed the asset.
    • getMostRecentView

      public Long getMostRecentView()
      When the user most recently viewed the asset (epoch-style), in milliseconds.
    • 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