java.lang.Object |
↳ |
com.atlassian.jira.issue.fields.rest.json.beans.ProgressJsonBean |
Class Overview
This bean holds the time tracking information that is sent back to clients of the REST API.
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
ProgressJsonBean
()
Public Methods
public
Long
getPercent
()
public
Long
getProgress
()
public
void
setPercent
(Long percent)
public
void
setProgress
(Long progress)
public
void
setTotal
(Long total)
Returns
- null if the input is null