public class BasicVotes extends Object implements AddressableEntity
| Constructor and Description |
|---|
BasicVotes(URI self,
int votes,
boolean hasVoted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
URI |
getSelf() |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper() |
int |
getVotes() |
int |
hashCode() |
boolean |
hasVoted() |
String |
toString() |
public BasicVotes(URI self, int votes, boolean hasVoted)
public URI getSelf()
getSelf in interface AddressableEntitypublic int getVotes()
public boolean hasVoted()
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
Copyright © 2017 Atlassian. All rights reserved.