Class AssetUsageTracker.AggregateUsageInfo

  • Enclosing interface:
    AssetUsageTracker

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

      Fields 
      Modifier and Type Field Description
      java.lang.String lastUsedTime
      The most recent time when this asset has been used with the solutionType
      long usageCount
      The number of times asset has been used with the solutionType
      java.lang.String usageType
      The solution type in which asset is used.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 the solutionType
      • usageCount

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

      • AggregateUsageInfo

        public AggregateUsageInfo()