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()
FilterSubscription
getId
in interface WithId
getId
in interface FilterSubscription
public Long getFilterId()
FilterSubscription
getFilterId
in interface FilterSubscription
public String getUserKey()
FilterSubscription
getUserKey
in interface FilterSubscription
@Nullable public String getGroupName()
FilterSubscription
getGroupName
in interface FilterSubscription
@Nullable public Date getLastRunTime()
FilterSubscription
getLastRunTime
in interface FilterSubscription
public boolean isEmailOnEmpty()
FilterSubscription
isEmailOnEmpty
in interface FilterSubscription
Copyright © 2002-2018 Atlassian. All Rights Reserved.