@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiParcelState extends Object
Constructor and Description |
---|
ApiParcelState() |
Modifier and Type | Method and Description |
---|---|
ApiParcelState |
addErrorsItem(String errorsItem) |
ApiParcelState |
addWarningsItem(String warningsItem) |
ApiParcelState |
count(BigDecimal count) |
boolean |
equals(Object o) |
ApiParcelState |
errors(List<String> errors) |
BigDecimal |
getCount()
The current hosts that have completed.
|
List<String> |
getErrors()
The errors that exist for this parcel.
|
BigDecimal |
getProgress()
The progress of the state transition.
|
BigDecimal |
getTotalCount()
The total amount that #getCount() needs to get to.
|
BigDecimal |
getTotalProgress()
The total amount that #getProgress() needs to get to.
|
List<String> |
getWarnings()
The warnings that exist for this parcel.
|
int |
hashCode() |
ApiParcelState |
progress(BigDecimal progress) |
void |
setCount(BigDecimal count) |
void |
setErrors(List<String> errors) |
void |
setProgress(BigDecimal progress) |
void |
setTotalCount(BigDecimal totalCount) |
void |
setTotalProgress(BigDecimal totalProgress) |
void |
setWarnings(List<String> warnings) |
String |
toString() |
ApiParcelState |
totalCount(BigDecimal totalCount) |
ApiParcelState |
totalProgress(BigDecimal totalProgress) |
ApiParcelState |
warnings(List<String> warnings) |
public ApiParcelState progress(BigDecimal progress)
public BigDecimal getProgress()
public void setProgress(BigDecimal progress)
public ApiParcelState totalProgress(BigDecimal totalProgress)
public BigDecimal getTotalProgress()
public void setTotalProgress(BigDecimal totalProgress)
public ApiParcelState count(BigDecimal count)
public BigDecimal getCount()
public void setCount(BigDecimal count)
public ApiParcelState totalCount(BigDecimal totalCount)
public BigDecimal getTotalCount()
public void setTotalCount(BigDecimal totalCount)
public ApiParcelState errors(List<String> errors)
public ApiParcelState addErrorsItem(String errorsItem)
public ApiParcelState warnings(List<String> warnings)
public ApiParcelState addWarningsItem(String warningsItem)
public List<String> getWarnings()
Copyright © 2019. All rights reserved.