Klasse CadipMonitor.TransferQualityInfo

java.lang.Object
de.dlr.proseo.api.cadipmon.CadipMonitor.TransferQualityInfo
Umschließende Klasse:
CadipMonitor

public static class CadipMonitor.TransferQualityInfo extends Object
Class holding session quality data (available as soon as final CADU file has been written by acquisition station)
  • Konstruktordetails

    • TransferQualityInfo

      public TransferQualityInfo()
  • Methodendetails

    • getChannel

      public Integer getChannel()
      Gets the channel number
      Gibt zurück:
      the channel number
    • setChannel

      public void setChannel(Integer channel)
      Sets the channel number
      Parameter:
      channel - the channel number to set
    • getSessionId

      public String getSessionId()
      Gets the session ID
      Gibt zurück:
      the session ID
    • setSessionId

      public void setSessionId(String sessionId)
      Sets the session ID
      Parameter:
      sessionId - the session ID to set
    • getDeliveryStart

      public Instant getDeliveryStart()
      Gets the transfer start timestamp
      Gibt zurück:
      the delivery start time
    • setDeliveryStart

      public void setDeliveryStart(Instant deliveryStart)
      sets the transfer start timestamp
      Parameter:
      deliveryStart - the delivery start time to set
    • getDeliveryStop

      public Instant getDeliveryStop()
      Gets the transfer stop timestamp
      Gibt zurück:
      the delivery stop time
    • setDeliveryStop

      public void setDeliveryStop(Instant deliveryStop)
      Sets the transfer stop timestamp
      Parameter:
      deliveryStop - the delivery stop time to set
    • getTotalChunks

      public Integer getTotalChunks()
      Gets the total number of CADU files in this channel
      Gibt zurück:
      the number of chunks
    • setTotalChunks

      public void setTotalChunks(Integer totalChunks)
      Sets the total number of CADU files in this channel
      Parameter:
      totalChunks - the number of chunks to set
    • getTotalVolume

      public Long getTotalVolume()
      Gets the total data volume in this channel
      Gibt zurück:
      the total data volume
    • setTotalVolume

      public void setTotalVolume(Long totalVolume)
      Sets the total data volume in this channel
      Parameter:
      totalVolume - the total data volume to set