Class BrowseAuditLogPage.AuditLogEntry

java.lang.Object
com.atlassian.crowd.pageobjects.BrowseAuditLogPage.AuditLogEntry
All Implemented Interfaces:
AuditLogEntry
Enclosing class:
BrowseAuditLogPage

public static class BrowseAuditLogPage.AuditLogEntry extends Object implements AuditLogEntry
  • Constructor Details

    • AuditLogEntry

      public AuditLogEntry(String propertyName, String oldValue, String newValue)
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Specified by:
      getPropertyName in interface AuditLogEntry
      Returns:
      the name of the property that was modified in the event represented by this audit log entry
    • getOldValue

      public String getOldValue()
      Specified by:
      getOldValue in interface AuditLogEntry
      Returns:
      the string representation of the modified property before modification
    • getNewValue

      public String getNewValue()
      Specified by:
      getNewValue in interface AuditLogEntry
      Returns:
      the string representation of the modified property after modification
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object