public class Transfer extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
destID |
protected boolean |
lastNotificationMsgSent |
protected String |
outcome |
protected long |
sizeTransferred |
protected String |
sourceID |
protected String |
status |
protected String |
submitter |
protected String |
submitterEndpoint |
protected int |
totalReadTrees |
protected long |
totalSize |
protected long |
totalTransfers |
protected int |
totalWrittenTrees |
protected long |
transfersCompleted |
protected int |
updates |
Constructor and Description |
---|
Transfer() |
protected String submitter
protected String submitterEndpoint
protected boolean lastNotificationMsgSent
protected String status
protected long totalTransfers
protected long transfersCompleted
protected long totalSize
protected long sizeTransferred
protected String sourceID
protected String destID
protected String outcome
protected int totalReadTrees
protected int totalWrittenTrees
protected int updates
public int getUpdates()
public void setUpdates(int updates)
public long getTotaltransfers()
public void setTotalTransfers(long totaltransfers)
public long getTransfersCompleted()
public void setTransfersCompleted(long transfersCompleted)
public long getTotalSize()
public void setTotalSize(long totalSize)
public long getSizeTransferred()
public void setSizeTransferred(Long sizeTransferred)
public String getId()
public void setId(String transferId)
public String getSubmitter()
public void setSubmitter(String submitter)
public String getStatus()
public void setStatus(String status)
public String getSubmitterEndpoint()
public void setSubmitterEndpoint(String submitterEndpoint)
public boolean isLastNotificationMsgSent()
public void setLastNotificationMsgSent(boolean lastNotificationMsgSent)
public long getTotalTransfers()
public String getSourceID()
public String getDestID()
public String getOutcome()
public void setSizeTransferred(long sizeTransferred)
public void setSourceID(String sourceID)
public void setDestID(String destID)
public void setOutcome(String outcome)
public int getTotalReadTrees()
public int getTotalWrittenTrees()
public void setTotalReadTrees(int totalReadTrees)
public void setTotalWrittenTrees(int totalWrittenTrees)
Copyright © 2015. All Rights Reserved.