Package de.dlr.proseo.api.cadipmon
Class CadipMonitor.TransferQualityInfo
java.lang.Object
de.dlr.proseo.api.cadipmon.CadipMonitor.TransferQualityInfo
- Enclosing class:
CadipMonitor
Class holding session quality data (available as soon as final CADU file has been written by acquisition station)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the channel numberGets the transfer start timestampGets the transfer stop timestampGets the session IDGets the total number of CADU files in this channelGets the total data volume in this channelvoidsetChannel(Integer channel) Sets the channel numbervoidsetDeliveryStart(Instant deliveryStart) sets the transfer start timestampvoidsetDeliveryStop(Instant deliveryStop) Sets the transfer stop timestampvoidsetSessionId(String sessionId) Sets the session IDvoidsetTotalChunks(Integer totalChunks) Sets the total number of CADU files in this channelvoidsetTotalVolume(Long totalVolume) Sets the total data volume in this channel
-
Constructor Details
-
TransferQualityInfo
public TransferQualityInfo()
-
-
Method Details
-
getChannel
Gets the channel number- Returns:
- the channel number
-
setChannel
Sets the channel number- Parameters:
channel- the channel number to set
-
getSessionId
Gets the session ID- Returns:
- the session ID
-
setSessionId
Sets the session ID- Parameters:
sessionId- the session ID to set
-
getDeliveryStart
Gets the transfer start timestamp- Returns:
- the delivery start time
-
setDeliveryStart
sets the transfer start timestamp- Parameters:
deliveryStart- the delivery start time to set
-
getDeliveryStop
Gets the transfer stop timestamp- Returns:
- the delivery stop time
-
setDeliveryStop
Sets the transfer stop timestamp- Parameters:
deliveryStop- the delivery stop time to set
-
getTotalChunks
Gets the total number of CADU files in this channel- Returns:
- the number of chunks
-
setTotalChunks
Sets the total number of CADU files in this channel- Parameters:
totalChunks- the number of chunks to set
-
getTotalVolume
Gets the total data volume in this channel- Returns:
- the total data volume
-
setTotalVolume
Sets the total data volume in this channel- Parameters:
totalVolume- the total data volume to set
-