public class DeleteObjectsResult extends Object
Constructor and Description |
---|
DeleteObjectsResult() |
Modifier and Type | Method and Description |
---|---|
List<alluxio.proxy.s3.DeleteObjectsResult.DeletedObject> |
getDeleted() |
List<alluxio.proxy.s3.DeleteObjectsResult.ErrorObject> |
getErrored() |
void |
setDeleted(List<alluxio.proxy.s3.DeleteObjectsResult.DeletedObject> deleted)
Sets the set of deleted objects.
|
void |
setErrored(List<alluxio.proxy.s3.DeleteObjectsResult.ErrorObject> errored)
Sets the set of errored objects in the response.
|
public List<alluxio.proxy.s3.DeleteObjectsResult.DeletedObject> getDeleted()
public List<alluxio.proxy.s3.DeleteObjectsResult.ErrorObject> getErrored()
public void setDeleted(List<alluxio.proxy.s3.DeleteObjectsResult.DeletedObject> deleted)
deleted
- the set to include in the responsepublic void setErrored(List<alluxio.proxy.s3.DeleteObjectsResult.ErrorObject> errored)
errored
- the set of errored objectsCopyright © 2023. All Rights Reserved.