Package com.day.cq.dam.usage.api
Class AssetUsageTracker.AggregateUsageInfo
java.lang.Object
com.day.cq.dam.usage.api.AssetUsageTracker.AggregateUsageInfo
- Enclosing interface:
AssetUsageTracker
The Class AggregateUsageInfo, defines the meta properties for the asset
usage information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe most recent time when this asset has been used with thesolutionTypelongThe number of times asset has been used with thesolutionTypeThe solution type in which asset is used. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
usageType
The solution type in which asset is used. -
lastUsedTime
The most recent time when this asset has been used with thesolutionType -
usageCount
public long usageCountThe number of times asset has been used with thesolutionType
-
-
Constructor Details
-
AggregateUsageInfo
public AggregateUsageInfo()
-