Class ProgressJsonBean
java.lang.Object
com.atlassian.jira.issue.fields.rest.json.beans.ProgressJsonBean
This bean holds the time tracking information that is sent back to clients of the REST API.
- Since:
- v5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTotal()voidsetPercent(Long percent) voidsetProgress(Long progress) voidstatic ProgressJsonBean
-
Constructor Details
-
ProgressJsonBean
public ProgressJsonBean()
-
-
Method Details
-
getProgress
-
setProgress
-
getTotal
-
setTotal
-
getPercent
-
setPercent
-
shortBean
- Returns:
- null if the input is null
-