Class 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 Detail

      • 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 Detail

      • AggregateUsageInfo

        public AggregateUsageInfo()