public final class CopyObjectInStoreResponse extends MessageResponse
ListObjectsInStoreRequest
containing relevant results.Constructor and Description |
---|
CopyObjectInStoreResponse(int uuid,
String topic,
int partition,
int requestID,
MessageStatusCode statusCode,
MessageResult result,
UUID segmentId,
String objectPath)
Constructs new RestoreObjectsInStoreResponse.
|
Modifier and Type | Method and Description |
---|---|
String |
getCorrespondingRequestTypeName() |
String |
getObjectPath() |
UUID |
getSegmentId() |
getRequestID, getResult, getStatusCode, setRequestID, toString
getCreateTimestamp, getPartition, getTopic, getTopicPartition, getUuid, name
public CopyObjectInStoreResponse(int uuid, String topic, int partition, int requestID, MessageStatusCode statusCode, MessageResult result, UUID segmentId, String objectPath)
uuid
- unique integer ID for this responsetopic
- topic operated uponpartition
- partition being operated uponrequestID
- unique integer ID for corresponding requeststatusCode
- status code returned by requestresult
- result returned by requestpublic String getObjectPath()
public UUID getSegmentId()
public String getCorrespondingRequestTypeName()
getCorrespondingRequestTypeName
in class MessageResponse
Class.getName()
).