@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-12-01T23:56:56.539Z") 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(Integer count) |
boolean |
equals(Object o) |
ApiParcelState |
errors(List<String> errors) |
Integer |
getCount()
The current hosts that have completed.
|
List<String> |
getErrors()
The errors that exist for this parcel.
|
Integer |
getProgress()
The progress of the state transition.
|
Integer |
getTotalCount()
The total amount that #getCount() needs to get to.
|
Integer |
getTotalProgress()
The total amount that #getProgress() needs to get to.
|
List<String> |
getWarnings()
The warnings that exist for this parcel.
|
int |
hashCode() |
ApiParcelState |
progress(Integer progress) |
void |
setCount(Integer count) |
void |
setErrors(List<String> errors) |
void |
setProgress(Integer progress) |
void |
setTotalCount(Integer totalCount) |
void |
setTotalProgress(Integer totalProgress) |
void |
setWarnings(List<String> warnings) |
String |
toString() |
ApiParcelState |
totalCount(Integer totalCount) |
ApiParcelState |
totalProgress(Integer totalProgress) |
ApiParcelState |
warnings(List<String> warnings) |
public ApiParcelState progress(Integer progress)
public Integer getProgress()
public void setProgress(Integer progress)
public ApiParcelState totalProgress(Integer totalProgress)
public Integer getTotalProgress()
public void setTotalProgress(Integer totalProgress)
public ApiParcelState count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public ApiParcelState totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer 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 © 2020. All rights reserved.