public class Worklog extends Object implements AddressableEntity
Constructor and Description |
---|
Worklog(URI self,
URI issueUri,
BasicUser author,
BasicUser updateAuthor,
String comment,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
org.joda.time.DateTime startDate,
int minutesSpent,
Visibility visibility) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
BasicUser |
getAuthor() |
String |
getComment() |
org.joda.time.DateTime |
getCreationDate() |
URI |
getIssueUri() |
int |
getMinutesSpent() |
URI |
getSelf() |
org.joda.time.DateTime |
getStartDate() |
BasicUser |
getUpdateAuthor() |
org.joda.time.DateTime |
getUpdateDate() |
Visibility |
getVisibility() |
int |
hashCode() |
String |
toString() |
public URI getSelf()
getSelf
in interface AddressableEntity
public URI getIssueUri()
public BasicUser getAuthor()
public BasicUser getUpdateAuthor()
public String getComment()
public org.joda.time.DateTime getCreationDate()
public org.joda.time.DateTime getUpdateDate()
public org.joda.time.DateTime getStartDate()
public int getMinutesSpent()
@Nullable public Visibility getVisibility()
Copyright © 2013 Atlassian. All Rights Reserved.