public class Votes extends BasicVotes
| Constructor and Description |
|---|
Votes(java.net.URI self,
int votes,
boolean hasVoted,
java.util.Collection<BasicUser> users) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper() |
java.lang.Iterable<BasicUser> |
getUsers() |
int |
hashCode() |
getSelf, getVotes, hasVoted, toStringpublic Votes(java.net.URI self,
int votes,
boolean hasVoted,
java.util.Collection<BasicUser> users)
public java.lang.Iterable<BasicUser> getUsers()
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
getToStringHelper in class BasicVotespublic boolean equals(java.lang.Object obj)
equals in class BasicVotespublic int hashCode()
hashCode in class BasicVotesCopyright © 2013 Atlassian. All Rights Reserved.