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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AssetViews.AssetViewsBuilderbuilder()protected booleanbooleanNumber 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).inthashCode()
-
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()
-