java.lang.Object |
↳ |
com.atlassian.jira.issue.fields.rest.json.beans.PriorityJsonBean |
Class Overview
A JSON-convertable representation of a Priority
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
PriorityJsonBean
()
Public Methods
Returns
- null if the input is null
public
String
getDescription
()
public
String
getStatusColor
()
public
void
setDescription
(String description)
public
void
setIconUrl
(String iconUrl)
public
void
setName
(String name)
public
void
setSelf
(String self)
public
void
setStatusColor
(String statusColor)
Returns
- null if the input is null