public class AcknowledgeRequest extends Object implements Serializable, RequestMessage
Constructor and Description |
---|
AcknowledgeRequest(Request request,
String monitorId,
Long aknTimestamp,
OperationParameters operationParameters,
Long callbackHandlerId) |
Modifier and Type | Method and Description |
---|---|
Long |
getAknTimestamp() |
Long |
getCallbackHandlerId() |
String |
getMonitorId() |
OperationParameters |
getOperationParameters() |
Request |
getRequest() |
String |
toString() |
public AcknowledgeRequest(Request request, String monitorId, Long aknTimestamp, OperationParameters operationParameters, Long callbackHandlerId)
public Request getRequest()
getRequest
in interface RequestMessage
public String getMonitorId()
public Long getAknTimestamp()
public OperationParameters getOperationParameters()
public Long getCallbackHandlerId()