Class AuditLogEntity


  • public class AuditLogEntity
    extends Object
    Represents entity's configuration item which changes can be tracked in audit log;
    • Constructor Detail

      • AuditLogEntity

        public AuditLogEntity​(@NotNull
                              @NotNull AuditLogEntityType auditLogEntityType,
                              @NotNull
                              @NotNull String entityHeader)
    • Method Detail

      • getHeader

        public String getHeader()
        Returns:
        description (e.g. name) of the element as shown in the audit log.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object