public class Status extends AddressableNamedEntity implements IdentifiableEntity<Long>
name, self| Constructor and Description |
|---|
Status(URI self,
Long id,
String name,
String description,
URI iconUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
URI |
getIconUrl() |
Long |
getId() |
int |
hashCode() |
String |
toString() |
getName, getSelf, getToStringHelperpublic String toString()
toString in class AddressableNamedEntitypublic boolean equals(Object obj)
equals in class AddressableNamedEntitypublic int hashCode()
hashCode in class AddressableNamedEntitypublic Long getId()
getId in interface IdentifiableEntity<Long>public String getDescription()
public URI getIconUrl()
Copyright © 2017 Atlassian. All rights reserved.