public class Filter extends AddressableNamedEntity implements IdentifiableEntity<Long>
name, self| Constructor and Description |
|---|
Filter(URI self,
Long id,
String name,
String description,
String jql,
URI viewUrl,
URI searchUrl,
BasicUser owner,
boolean favourite) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Long |
getId() |
String |
getJql() |
BasicUser |
getOwner() |
URI |
getSearchUrl() |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper() |
URI |
getViewUrl() |
int |
hashCode() |
boolean |
isFavourite() |
getName, getSelf, toStringpublic Long getId()
getId in interface IdentifiableEntity<Long>public String getJql()
public URI getViewUrl()
public URI getSearchUrl()
public String getDescription()
public BasicUser getOwner()
public boolean isFavourite()
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
getToStringHelper in class AddressableNamedEntitypublic boolean equals(Object obj)
equals in class AddressableNamedEntitypublic int hashCode()
hashCode in class AddressableNamedEntityCopyright © 2017 Atlassian. All rights reserved.