Package de.dlr.proseo.api.cadipmon
Klasse CadipMonitor.TransferQualityInfo
java.lang.Object
de.dlr.proseo.api.cadipmon.CadipMonitor.TransferQualityInfo
- Umschließende Klasse:
CadipMonitor
Class holding session quality data (available as soon as final CADU file has been written by acquisition station)
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets 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
-
Konstruktordetails
-
TransferQualityInfo
public TransferQualityInfo()
-
-
Methodendetails
-
getChannel
Gets the channel number- Gibt zurück:
- the channel number
-
setChannel
Sets the channel number- Parameter:
channel- the channel number to set
-
getSessionId
Gets the session ID- Gibt zurück:
- the session ID
-
setSessionId
Sets the session ID- Parameter:
sessionId- the session ID to set
-
getDeliveryStart
Gets the transfer start timestamp- Gibt zurück:
- the delivery start time
-
setDeliveryStart
sets the transfer start timestamp- Parameter:
deliveryStart- the delivery start time to set
-
getDeliveryStop
Gets the transfer stop timestamp- Gibt zurück:
- the delivery stop time
-
setDeliveryStop
Sets the transfer stop timestamp- Parameter:
deliveryStop- the delivery stop time to set
-
getTotalChunks
Gets the total number of CADU files in this channel- Gibt zurück:
- the number of chunks
-
setTotalChunks
Sets the total number of CADU files in this channel- Parameter:
totalChunks- the number of chunks to set
-
getTotalVolume
Gets the total data volume in this channel- Gibt zurück:
- the total data volume
-
setTotalVolume
Sets the total data volume in this channel- Parameter:
totalVolume- the total data volume to set
-