Class UserViews
java.lang.Object
com.atlan.model.search.aggregates.UserViews
Captures a specific aggregate result of views of an asset by a specific user.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UserViews.UserViewsBuilder
builder()
protected boolean
boolean
When the user most recently viewed the asset (epoch-style), in milliseconds.Name of the user who viewed the asset.Number of times the user viewed the asset.int
hashCode()
-
Method Details
-
builder
-
getUsername
Name of the user who viewed the asset. -
getViewCount
Number of times the user viewed the asset. -
getMostRecentView
When the user most recently viewed the asset (epoch-style), in milliseconds. -
equals
-
canEqual
-
hashCode
public int hashCode()
-