public static class BatchDeleteResponse.Results extends Object
| Constructor and Description |
|---|
Results() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFailed() |
Long |
getLimit() |
Long |
getMatches() |
BatchDeleteResponse.ResultObject[] |
getObjects() |
Long |
getSuccessful() |
void |
setFailed(Long failed) |
void |
setLimit(Long limit) |
void |
setMatches(Long matches) |
void |
setObjects(BatchDeleteResponse.ResultObject[] objects) |
void |
setSuccessful(Long successful) |
public Long getMatches()
public Long getLimit()
public Long getSuccessful()
public Long getFailed()
public BatchDeleteResponse.ResultObject[] getObjects()
public void setMatches(Long matches)
public void setLimit(Long limit)
public void setSuccessful(Long successful)
public void setFailed(Long failed)
public void setObjects(BatchDeleteResponse.ResultObject[] objects)
Copyright © 2022 SeMI Technologies B.V.. All rights reserved.