public class VoteHistoryEntryImpl extends Object implements VoteHistoryEntry
Constructor and Description |
---|
VoteHistoryEntryImpl(Long issueId,
Timestamp timestamp,
long votes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getIssueId()
Get the issue Id.
|
Timestamp |
getTimestamp()
Get the Timestamp of this historical entry.
|
long |
getVotes()
Get the number of Votes recoreded for the issue at this moment in time.
|
int |
hashCode() |
String |
toString() |
public Long getIssueId()
VoteHistoryEntry
getIssueId
in interface VoteHistoryEntry
public Timestamp getTimestamp()
VoteHistoryEntry
getTimestamp
in interface VoteHistoryEntry
public long getVotes()
VoteHistoryEntry
getVotes
in interface VoteHistoryEntry
Copyright © 2002-2015 Atlassian. All Rights Reserved.