public class TransferOutcome extends Object
Constructor and Description |
---|
TransferOutcome() |
Modifier and Type | Method and Description |
---|---|
String |
getDestID() |
String |
getOutcome() |
org.gcube.common.core.scope.GCUBEScope |
getScope() |
String |
getSourceID() |
String |
getTransferId() |
String |
getTransferPhase() |
org.gcube.datatransfer.agent.stubs.datatransferagent.TransferType |
getTransferType() |
void |
setDestID(String destID) |
void |
setOutcome(String outcome) |
void |
setScope(org.gcube.common.core.scope.GCUBEScope scope) |
void |
setSourceID(String sourceID) |
void |
setTransferId(String transferId) |
void |
setTransferPhase(String transferPhase) |
void |
setTransferType(org.gcube.datatransfer.agent.stubs.datatransferagent.TransferType transferType) |
public String getTransferId()
public void setTransferId(String transferId)
public org.gcube.common.core.scope.GCUBEScope getScope()
public void setScope(org.gcube.common.core.scope.GCUBEScope scope)
public org.gcube.datatransfer.agent.stubs.datatransferagent.TransferType getTransferType()
public void setTransferType(org.gcube.datatransfer.agent.stubs.datatransferagent.TransferType transferType)
public String getTransferPhase()
public void setTransferPhase(String transferPhase)
public String getSourceID()
public void setSourceID(String sourceID)
public String getDestID()
public void setDestID(String destID)
public String getOutcome()
public void setOutcome(String outcome)
Copyright © 2016. All Rights Reserved.