Class UsageLogEntry


  • public class UsageLogEntry
    extends step.core.accessors.AbstractIdentifiableObject
    • Field Summary

      Fields 
      Modifier and Type Field Description
      ch.exense.licensing.model.ResourceUsage usage  
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Constructor Summary

      Constructors 
      Constructor Description
      UsageLogEntry()  
      UsageLogEntry​(ch.exense.licensing.model.ResourceUsage usage)  
    • Method Summary

      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • usage

        public ch.exense.licensing.model.ResourceUsage usage
    • Constructor Detail

      • UsageLogEntry

        public UsageLogEntry​(ch.exense.licensing.model.ResourceUsage usage)
      • UsageLogEntry

        public UsageLogEntry()