public class DefaultFilterSubscription extends Object implements FilterSubscription
ID_COMPARATOR| Constructor and Description |
|---|
DefaultFilterSubscription(Long id,
Long filterId,
String userKey,
String groupName,
Date lastRunTime,
boolean emailOnEmpty) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getFilterId()
Get the Id of the filter subscribed to.
|
String |
getGroupName()
Get the name of the group subscribed.
|
Long |
getId()
Get the Id of the subscription.
|
Date |
getLastRunTime()
Get the time the subscription was last sent.
|
String |
getUserKey()
Get the User Key of the subscription owner.
|
int |
hashCode() |
boolean |
isEmailOnEmpty()
Is this subscription sent, even if no issues are selected by the filter.
|
public Long getId()
FilterSubscriptiongetId in interface WithIdgetId in interface FilterSubscriptionpublic Long getFilterId()
FilterSubscriptiongetFilterId in interface FilterSubscriptionpublic String getUserKey()
FilterSubscriptiongetUserKey in interface FilterSubscription@Nullable public String getGroupName()
FilterSubscriptiongetGroupName in interface FilterSubscription@Nullable public Date getLastRunTime()
FilterSubscriptiongetLastRunTime in interface FilterSubscriptionpublic boolean isEmailOnEmpty()
FilterSubscriptionisEmailOnEmpty in interface FilterSubscriptionCopyright © 2002-2017 Atlassian. All Rights Reserved.