public class BulkOperationProgressRepresentation extends Object
Constructor and Description |
---|
BulkOperationProgressRepresentation() |
BulkOperationProgressRepresentation(Long pending,
Long successful,
Long failed,
Long executing,
Long all) |
Modifier and Type | Method and Description |
---|---|
Long |
getAll() |
Long |
getExecuting() |
Long |
getFailed() |
Long |
getPending() |
Long |
getSuccessful() |
void |
setAll(Long all) |
void |
setExecuting(Long executing) |
void |
setFailed(Long failed) |
void |
setPending(Long pending) |
void |
setSuccessful(Long successful) |
@JSONProperty(ignoreIfNull=true) public Long getPending()
public void setPending(Long pending)
@JSONProperty(ignoreIfNull=true) public Long getSuccessful()
public void setSuccessful(Long successful)
@JSONProperty(ignoreIfNull=true) public Long getFailed()
public void setFailed(Long failed)
@JSONProperty(ignoreIfNull=true) public Long getExecuting()
public void setExecuting(Long executing)
@JSONProperty(ignoreIfNull=true) public Long getAll()
public void setAll(Long all)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.