Class ZEdcUsageStatisticsSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf30.ZEdcUsageStatisticsSection

public final class ZEdcUsageStatisticsSection extends SmfData
  • Method Details

    • smf30UsComprReq

      public long smf30UsComprReq()
      SMF30_US_ComprReq value, throws exception if SMF30_US_ComprReq overflows 64 bit signed integer.
      Returns:
      long SMF30_US_ComprReq
      Throws:
      IllegalArgumentException - If the value of SMF30_US_ComprReq exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_ComprReq). Use smf30UsComprReqAsBigInteger() if this is possible.
    • smf30UsComprReqAsBigInteger

      public BigInteger smf30UsComprReqAsBigInteger()
      SMF30_US_ComprReq value as a BigInteger.

      smf30UsComprReq() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF30_US_ComprReq
    • smf30UsComprReqProb

      public long smf30UsComprReqProb()
      SMF30_US_ComprReq_Prob value, throws exception if SMF30_US_ComprReq_Prob overflows 64 bit signed integer.
      Returns:
      long SMF30_US_ComprReq_Prob
      Throws:
      IllegalArgumentException - If the value of SMF30_US_ComprReq_Prob exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_ComprReq_Prob). Use smf30UsComprReqProbAsBigInteger() if this is possible.
    • smf30UsComprReqProbAsBigInteger

      public BigInteger smf30UsComprReqProbAsBigInteger()
      SMF30_US_ComprReq_Prob value as a BigInteger.

      smf30UsComprReqProb() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF30_US_ComprReq_Prob
    • smf30UsQueueTime

      public Duration smf30UsQueueTime()
      SMF30_US_QueueTime as a Duration.
      Returns:
      Duration SMF30_US_QueueTime
      See Also:
    • smf30UsQueueTimeSeconds

      public double smf30UsQueueTimeSeconds()
      SMF30_US_QueueTime in seconds.
      Returns:
      double SMF30_US_QueueTime converted to seconds
    • smf30UsQueueTimeRawValue

      public BigInteger smf30UsQueueTimeRawValue()
      SMF30_US_QueueTime raw value.
      Returns:
      BigInteger SMF30_US_QueueTime raw value
    • smf30UsExecTime

      public Duration smf30UsExecTime()
      SMF30_US_ExecTime as a Duration.
      Returns:
      Duration SMF30_US_ExecTime
      See Also:
    • smf30UsExecTimeSeconds

      public double smf30UsExecTimeSeconds()
      SMF30_US_ExecTime in seconds.
      Returns:
      double SMF30_US_ExecTime converted to seconds
    • smf30UsExecTimeRawValue

      public BigInteger smf30UsExecTimeRawValue()
      SMF30_US_ExecTime raw value.
      Returns:
      BigInteger SMF30_US_ExecTime raw value
    • smf30UsDefUncomprIn

      public long smf30UsDefUncomprIn()
      SMF30_US_Def_UncomprIn value, throws exception if SMF30_US_Def_UncomprIn overflows 64 bit signed integer.
      Returns:
      long SMF30_US_Def_UncomprIn
      Throws:
      IllegalArgumentException - If the value of SMF30_US_Def_UncomprIn exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_Def_UncomprIn). Use smf30UsDefUncomprInAsBigInteger() if this is possible.
    • smf30UsDefUncomprInAsBigInteger

      public BigInteger smf30UsDefUncomprInAsBigInteger()
      SMF30_US_Def_UncomprIn value as a BigInteger.

      smf30UsDefUncomprIn() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF30_US_Def_UncomprIn
    • smf30UsDefComprOut

      public long smf30UsDefComprOut()
      SMF30_US_Def_ComprOut value, throws exception if SMF30_US_Def_ComprOut overflows 64 bit signed integer.
      Returns:
      long SMF30_US_Def_ComprOut
      Throws:
      IllegalArgumentException - If the value of SMF30_US_Def_ComprOut exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_Def_ComprOut). Use smf30UsDefComprOutAsBigInteger() if this is possible.
    • smf30UsDefComprOutAsBigInteger

      public BigInteger smf30UsDefComprOutAsBigInteger()
      SMF30_US_Def_ComprOut value as a BigInteger.

      smf30UsDefComprOut() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF30_US_Def_ComprOut
    • smf30UsInfComprIn

      public long smf30UsInfComprIn()
      SMF30_US_Inf_ComprIn value, throws exception if SMF30_US_Inf_ComprIn overflows 64 bit signed integer.
      Returns:
      long SMF30_US_Inf_ComprIn
      Throws:
      IllegalArgumentException - If the value of SMF30_US_Inf_ComprIn exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_Inf_ComprIn). Use smf30UsInfComprInAsBigInteger() if this is possible.
    • smf30UsInfComprInAsBigInteger

      public BigInteger smf30UsInfComprInAsBigInteger()
      SMF30_US_Inf_ComprIn value as a BigInteger.

      smf30UsInfComprIn() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF30_US_Inf_ComprIn
    • smf30UsInfDecomprOut

      public long smf30UsInfDecomprOut()
      SMF30_US_Inf_DecomprOut value, throws exception if SMF30_US_Inf_DecomprOut overflows 64 bit signed integer.
      Returns:
      long SMF30_US_Inf_DecomprOut
      Throws:
      IllegalArgumentException - If the value of SMF30_US_Inf_DecomprOut exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF30_US_Inf_DecomprOut). Use smf30UsInfDecomprOutAsBigInteger() if this is possible.
    • smf30UsInfDecomprOutAsBigInteger

      public BigInteger smf30UsInfDecomprOutAsBigInteger()
      SMF30_US_Inf_DecomprOut value as a BigInteger.

      smf30UsInfDecomprOut() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF30_US_Inf_DecomprOut
    • create

      public static ZEdcUsageStatisticsSection create(byte[] Data, int offset, int length)
      create is intended for internal use only. Instances of this section are created by the parent record or section.
      Parameters:
      Data - Array of bytes containing data for this section
      offset - Offset of this section in the data
      length - length of the section