Class EncryptedUsageLogEntry


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

      Fields 
      Modifier and Type Field Description
      java.lang.String encryptedUsage  
      java.lang.String principalId  
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • 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, wait, wait, wait
    • Field Detail

      • principalId

        public java.lang.String principalId
      • encryptedUsage

        public java.lang.String encryptedUsage
    • Constructor Detail

      • EncryptedUsageLogEntry

        public EncryptedUsageLogEntry​(java.lang.String principalId,
                                      java.lang.String encryptedUsage)
      • EncryptedUsageLogEntry

        public EncryptedUsageLogEntry()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object