public class ProgressJsonBean extends Object
Constructor and Description |
---|
ProgressJsonBean() |
Modifier and Type | Method and Description |
---|---|
Long |
getPercent() |
Long |
getProgress() |
Long |
getTotal() |
void |
setPercent(Long percent) |
void |
setProgress(Long progress) |
void |
setTotal(Long total) |
static ProgressJsonBean |
shortBean(Long progress,
Long total,
Long percent) |
public Long getProgress()
public void setProgress(Long progress)
public Long getTotal()
public void setTotal(Long total)
public Long getPercent()
public void setPercent(Long percent)
public static ProgressJsonBean shortBean(Long progress, Long total, Long percent)
Copyright © 2002-2019 Atlassian. All Rights Reserved.