Class PresentationHistory
java.lang.Object
ecmwf.ecpds.master.plugin.http.controller.user.incoming.PresentationHistory
-
Constructor Summary
ConstructorsConstructorDescriptionPresentationHistory(IncomingHistory history) Instantiates a new presentation history. -
Method Summary
Modifier and TypeMethodDescriptionlonggetBytes()Gets the bytes.Gets the data transfer id.Gets the destination name.longGets the duration.Gets the file name.Gets the finish time.Gets the formatted bytes.Gets the formatted duration.Gets the formatted rate.Gets the host address.Gets the protocol.doublegetRate()Gets the rate.Gets the start time.Gets the transfer server name.booleanGets the upload.Gets the user name.
-
Constructor Details
-
PresentationHistory
Instantiates a new presentation history.- Parameters:
history- the history
-
-
Method Details
-
getUserName
-
getProtocol
-
getUpload
public boolean getUpload()Gets the upload.- Returns:
- the upload
-
getHostAddress
-
getTransferServerName
Gets the transfer server name.- Returns:
- the transfer server name
-
getDestinationName
-
getDataTransferId
-
getFileName
-
getStartTime
-
getFinishTime
-
getRate
public double getRate()Gets the rate.- Returns:
- the rate
-
getFormattedRate
-
getBytes
public long getBytes()Gets the bytes.- Returns:
- the bytes
-
getFormattedBytes
-
getDuration
public long getDuration()Gets the duration.- Returns:
- the duration
-
getFormattedDuration
-