Class AssetUsageTracker.AggregateUsageInfo

java.lang.Object
com.day.cq.dam.usage.api.AssetUsageTracker.AggregateUsageInfo
Enclosing interface:
AssetUsageTracker

public static class AssetUsageTracker.AggregateUsageInfo extends Object
The Class AggregateUsageInfo, defines the meta properties for the asset usage information.
  • Field Details

    • usageType

      public String usageType
      The solution type in which asset is used.
    • lastUsedTime

      public String lastUsedTime
      The most recent time when this asset has been used with the solutionType
    • usageCount

      public long usageCount
      The number of times asset has been used with the solutionType
  • Constructor Details

    • AggregateUsageInfo

      public AggregateUsageInfo()