public class StorageRemoveResult extends StorageObjectResult
Constructor and Description |
---|
StorageRemoveResult(Integer tenantId,
String type,
String guid,
boolean objectDeleted)
Initialize the needed parameters for remove results
|
Modifier and Type | Method and Description |
---|---|
boolean |
isObjectDeleted() |
getGuid
getTenantId, getType
public StorageRemoveResult(Integer tenantId, String type, String guid, boolean objectDeleted)
tenantId
- The request tenantIdtype
- the type The request typeguid
- objectDeleted
- true if the object has been deletedCopyright © 2018 Vitam. All rights reserved.