com.atlassian.jira.rest.client.api.domain
Class BasicVotes
java.lang.Object
com.atlassian.jira.rest.client.api.domain.BasicVotes
- All Implemented Interfaces:
- AddressableEntity
- Direct Known Subclasses:
- Votes
public class BasicVotes
- extends Object
- implements AddressableEntity
Basic information about voters of a JIRA issue
- Since:
- v0.1
|
Constructor Summary |
BasicVotes(URI self,
int votes,
boolean hasVoted)
|
BasicVotes
public BasicVotes(URI self,
int votes,
boolean hasVoted)
getSelf
public URI getSelf()
- Specified by:
getSelf in interface AddressableEntity
- Returns:
- URI to this resource or (usually) its complete version - when partial representation
is embedded in other resources
getVotes
public int getVotes()
hasVoted
public boolean hasVoted()
getToStringHelper
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013 Atlassian. All Rights Reserved.