com.atlassian.jira.rest.client.api.domain
Class Priority
java.lang.Object
com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
com.atlassian.jira.rest.client.api.domain.BasicPriority
com.atlassian.jira.rest.client.api.domain.Priority
- All Implemented Interfaces:
- AddressableEntity, IdentifiableEntity<java.lang.Long>, NamedEntity
public class Priority
- extends BasicPriority
Complete information about a JIRA issue priority
- Since:
- v0.1
Constructor Summary |
Priority(java.net.URI self,
java.lang.Long id,
java.lang.String name,
java.lang.String statusColor,
java.lang.String description,
java.net.URI iconUri)
|
Methods inherited from class com.atlassian.jira.rest.client.api.domain.BasicPriority |
getId |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Priority
public Priority(java.net.URI self,
@Nullable
java.lang.Long id,
java.lang.String name,
java.lang.String statusColor,
java.lang.String description,
java.net.URI iconUri)
getStatusColor
public java.lang.String getStatusColor()
getDescription
public java.lang.String getDescription()
getIconUri
public java.net.URI getIconUri()
getToStringHelper
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
- Overrides:
getToStringHelper
in class BasicPriority
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class AddressableNamedEntity
hashCode
public int hashCode()
- Overrides:
hashCode
in class AddressableNamedEntity
Copyright © 2012 Atlassian. All Rights Reserved.