com.atlassian.jira.rest.client.api.domain
Class Status

java.lang.Object
  extended by com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
      extended by com.atlassian.jira.rest.client.api.domain.Status
All Implemented Interfaces:
AddressableEntity, IdentifiableEntity<java.lang.Long>, NamedEntity

public class Status
extends AddressableNamedEntity
implements IdentifiableEntity<java.lang.Long>

Basic information about a JIRA issue status

Since:
v0.1

Field Summary
 
Fields inherited from class com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
name, self
 
Constructor Summary
Status(java.net.URI self, java.lang.Long id, java.lang.String name, java.lang.String description, java.net.URI iconUrl)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 java.net.URI getIconUrl()
           
 java.lang.Long getId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
getName, getSelf, getToStringHelper
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Status

public Status(java.net.URI self,
              java.lang.Long id,
              java.lang.String name,
              java.lang.String description,
              java.net.URI iconUrl)
Method Detail

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

getId

public java.lang.Long getId()
Specified by:
getId in interface IdentifiableEntity<java.lang.Long>

getDescription

public java.lang.String getDescription()

getIconUrl

public java.net.URI getIconUrl()


Copyright © 2014 Atlassian. All Rights Reserved.