Class AssetViews
java.lang.Object
com.atlan.model.search.aggregates.AssetViews
Captures a specific aggregate result of assets and the views on that asset.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AssetViews.AssetViewsBuilder
builder()
protected boolean
boolean
Number of distinct users that have viewed the asset.getGuid()
GUID of the asset that was viewed.Number of times the asset has been viewed (in total).int
hashCode()
-
Method Details
-
builder
-
getGuid
GUID of the asset that was viewed. -
getTotalViews
Number of times the asset has been viewed (in total). -
getDistinctUsers
Number of distinct users that have viewed the asset. -
equals
-
canEqual
-
hashCode
public int hashCode()
-