public class ThreadResponseData extends Object
Constructor and Description |
---|
ThreadResponseData(StoragePutResult putObjectResult,
javax.ws.rs.core.Response.Status status,
String objectGuid)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getObjectGuid() |
StoragePutResult |
getResponse() |
javax.ws.rs.core.Response.Status |
getStatus() |
public ThreadResponseData(StoragePutResult putObjectResult, javax.ws.rs.core.Response.Status status, String objectGuid)
putObjectResult
- the resultstatus
- the statusobjectGuid
- the object guidpublic StoragePutResult getResponse()
public javax.ws.rs.core.Response.Status getStatus()
public String getObjectGuid()
Copyright © 2018 Vitam. All rights reserved.