public class BasicIssue extends Object implements AddressableEntity, IdentifiableEntity<Long>
| Constructor and Description |
|---|
BasicIssue(URI self,
String key,
Long id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId() |
String |
getKey() |
URI |
getSelf() |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper() |
int |
hashCode() |
String |
toString() |
public URI getSelf()
getSelf in interface AddressableEntitypublic String getKey()
public Long getId()
getId in interface IdentifiableEntity<Long>protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
Copyright © 2017 Atlassian. All rights reserved.