public class BasicProject extends Object implements AddressableEntity, NamedEntity
| Constructor and Description |
|---|
BasicProject(URI self,
String key,
Long id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId() |
String |
getKey() |
String |
getName() |
URI |
getSelf() |
protected com.google.common.base.MoreObjects.ToStringHelper |
getToStringHelper() |
int |
hashCode() |
String |
toString() |
public URI getSelf()
getSelf in interface AddressableEntitypublic String getKey()
@Nullable public String getName()
getName in interface NamedEntityprotected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper()
Copyright © 2022 Atlassian. All rights reserved.