public class TransferResponseMessage
extends org.gcube.common.core.monitoring.GCUBEMessage
Modifier and Type | Field and Description |
---|---|
static String |
dataTransferLabel |
static MessageLabels |
messageType |
Constructor and Description |
---|
TransferResponseMessage() |
Modifier and Type | Method and Description |
---|---|
void |
createTopicName(org.gcube.common.core.scope.GCUBEScope scope)
creates the topic name for this message
|
String |
getDestEndpoint() |
org.gcube.datatransfer.common.agent.Types.MonitorTransferReportMessage |
getMonitorResponse() |
ArrayList<org.gcube.datatransfer.common.outcome.FileTransferOutcome> |
getOutcomesResponse() |
String |
getSourceEndpoint() |
String |
getTransferId() |
String |
getTransferStatus() |
org.gcube.datatransfer.common.outcome.TreeTransferOutcome |
getTreeOutcomeResponse() |
void |
setDestEndpoint(String destEndpoint) |
void |
setMonitorResponse(org.gcube.datatransfer.common.agent.Types.MonitorTransferReportMessage monitorResponse) |
void |
setOutcomesResponse(ArrayList<org.gcube.datatransfer.common.outcome.FileTransferOutcome> outcomesResponse) |
void |
setSourceEndpoint(String sourceEndpoint) |
void |
setTransferId(String transferId) |
void |
setTransferStatus(String transferStatus) |
void |
setTreeOutcomeResponse(org.gcube.datatransfer.common.outcome.TreeTransferOutcome treeOutcomeResponse) |
public static final MessageLabels messageType
public static final String dataTransferLabel
public void createTopicName(org.gcube.common.core.scope.GCUBEScope scope)
scope
- the message scopepublic String getSourceEndpoint()
public String getDestEndpoint()
public String getTransferId()
public org.gcube.datatransfer.common.agent.Types.MonitorTransferReportMessage getMonitorResponse()
public ArrayList<org.gcube.datatransfer.common.outcome.FileTransferOutcome> getOutcomesResponse()
public void setSourceEndpoint(String sourceEndpoint)
public void setDestEndpoint(String destEndpoint)
public void setTransferId(String transferId)
public void setMonitorResponse(org.gcube.datatransfer.common.agent.Types.MonitorTransferReportMessage monitorResponse)
public void setOutcomesResponse(ArrayList<org.gcube.datatransfer.common.outcome.FileTransferOutcome> outcomesResponse)
public String getTransferStatus()
public void setTransferStatus(String transferStatus)
public org.gcube.datatransfer.common.outcome.TreeTransferOutcome getTreeOutcomeResponse()
public void setTreeOutcomeResponse(org.gcube.datatransfer.common.outcome.TreeTransferOutcome treeOutcomeResponse)
Copyright © 2015. All Rights Reserved.