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, toString
public 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 BasicVotes
public boolean equals(java.lang.Object obj)
equals
in class BasicVotes
public int hashCode()
hashCode
in class BasicVotes
Copyright © 2013 Atlassian. All Rights Reserved.