com.atlassian.jira.rest.client.api.domain
Class Status
java.lang.Object
com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
com.atlassian.jira.rest.client.api.domain.BasicStatus
com.atlassian.jira.rest.client.api.domain.Status
- All Implemented Interfaces:
- AddressableEntity, NamedEntity
public class Status
- extends BasicStatus
Complete information about a JIRA issue status.
- Since:
- v0.1
Constructor Summary |
Status(java.net.URI self,
java.lang.String name,
java.lang.String description,
java.net.URI iconUrl)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Status
public Status(java.net.URI self,
java.lang.String name,
java.lang.String description,
java.net.URI iconUrl)
getDescription
public java.lang.String getDescription()
getIconUrl
public java.net.URI getIconUrl()
toString
public java.lang.String toString()
- Overrides:
toString
in class AddressableNamedEntity
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class AddressableNamedEntity
hashCode
public int hashCode()
- Overrides:
hashCode
in class AddressableNamedEntity
Copyright © 2013 Atlassian. All Rights Reserved.