Class AuditLogJson


  • public class AuditLogJson
    extends Object
    • Constructor Detail

      • AuditLogJson

        public AuditLogJson​(String changeType,
                            org.joda.time.DateTime changeDate,
                            org.killbill.billing.ObjectType objectType,
                            UUID objectId,
                            String changedBy,
                            String reasonCode,
                            String comments,
                            String userToken,
                            Entity history)
      • AuditLogJson

        public AuditLogJson​(AuditLog auditLog)
    • Method Detail

      • getChangeType

        public String getChangeType()
      • getChangeDate

        public org.joda.time.DateTime getChangeDate()
      • getChangedBy

        public String getChangedBy()
      • getReasonCode

        public String getReasonCode()
      • getComments

        public String getComments()
      • getUserToken

        public String getUserToken()
      • getObjectType

        public org.killbill.billing.ObjectType getObjectType()
      • getObjectId

        public UUID getObjectId()
      • getHistory

        public Entity getHistory()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object