Class LastSentKey

java.lang.Object
com.atlassian.jira.event.mau.LastSentKey

public class LastSentKey extends Object
Public class that provides an object which contains the email address, userID and application key for the current MAU request.
Since:
v7.1.0
  • Constructor Details

  • Method Details

    • getEmail

      public String getEmail()
    • getUserId

      public long getUserId()
    • getApplicationKey

      public MauApplicationKey getApplicationKey()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object