public class Version extends Object implements AddressableEntity, NamedEntity
| Constructor and Description |
|---|
Version(URI self,
Long id,
String name,
String description,
boolean archived,
boolean released,
org.joda.time.DateTime releaseDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Long |
getId() |
String |
getName() |
org.joda.time.DateTime |
getReleaseDate() |
URI |
getSelf() |
int |
hashCode() |
boolean |
isArchived() |
boolean |
isReleased() |
String |
toString() |
public URI getSelf()
getSelf in interface AddressableEntitypublic String getDescription()
public String getName()
getName in interface NamedEntitypublic boolean isArchived()
public boolean isReleased()
@Nullable public org.joda.time.DateTime getReleaseDate()
Copyright © 2017 Atlassian. All rights reserved.