public class StorageObjectRequest extends StorageRequest
Constructor and Description |
---|
StorageObjectRequest(Integer tenantId,
String guid) |
StorageObjectRequest(Integer tenantId,
String type,
String guid)
Initialize the needed parameters for request on an object.
|
Modifier and Type | Method and Description |
---|---|
String |
getGuid()
Gets the guid
|
String |
toString() |
getTenantId, getType
public StorageObjectRequest(Integer tenantId, String type, String guid)
tenantId
- The request tenantIdtype
- the type The request typeguid
- the object guidpublic String getGuid()
public String toString()
toString
in class StorageRequest
Copyright © 2019 Vitam. All rights reserved.