Package com.day.cq.dam.usage.api
Class AssetUsageTracker.AggregateUsageInfo
- java.lang.Object
 - 
- com.day.cq.dam.usage.api.AssetUsageTracker.AggregateUsageInfo
 
 
- 
- Enclosing interface:
 - AssetUsageTracker
 
public static class AssetUsageTracker.AggregateUsageInfo extends java.lang.ObjectThe Class AggregateUsageInfo, defines the meta properties for the asset usage information. 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.lang.StringlastUsedTimeThe most recent time when this asset has been used with thesolutionTypelongusageCountThe number of times asset has been used with thesolutionTypejava.lang.StringusageTypeThe solution type in which asset is used. 
- 
Constructor Summary
Constructors Constructor Description AggregateUsageInfo() 
 - 
 
- 
- 
Field Detail
- 
usageType
public java.lang.String usageType
The solution type in which asset is used. 
- 
lastUsedTime
public java.lang.String lastUsedTime
The most recent time when this asset has been used with thesolutionType 
- 
usageCount
public long usageCount
The number of times asset has been used with thesolutionType 
 - 
 
 -