Class VlfStatisticsDataSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf41.VlfStatisticsDataSection

public final class VlfStatisticsDataSection extends SmfData
  • Method Details

    • smf41cls

      public String smf41cls()
      SMF41CLS value.
      Returns:
      String SMF41CLS value
    • smf41mvt

      public long smf41mvt()
      SMF41MVT value.
      Returns:
      long SMF41MVT value
    • smf41usd

      public long smf41usd()
      SMF41USD value.
      Returns:
      long SMF41USD value
    • smf41src

      public long smf41src()
      SMF41SRC value.
      Returns:
      long SMF41SRC value
    • smf41fnd

      public long smf41fnd()
      SMF41FND value.
      Returns:
      long SMF41FND value
    • smf41add

      public long smf41add()
      SMF41ADD value.
      Returns:
      long SMF41ADD value
    • smf41del

      public long smf41del()
      SMF41DEL value.
      Returns:
      long SMF41DEL value
    • smf41trm

      public long smf41trm()
      SMF41TRM value.
      Returns:
      long SMF41TRM value
    • smf41lrg

      public long smf41lrg()
      SMF41LRG value.
      Returns:
      long SMF41LRG value
    • smf41tim

      public ZonedDateTime smf41tim()
      SMF41TIM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

      Use smf41timRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      DateTime SMF41TIM STCK converted to ZonedDateTime
      See Also:
    • smf41timRawValue

      public BigInteger smf41timRawValue()
      SMF41TIM STCK value.
      Returns:
      BigInteger SMF41TIM STCK value
    • smf41aag

      public Duration smf41aag()
      SMF41AAG as a Duration.
      Returns:
      Duration SMF41AAG
      See Also:
    • smf41aagSeconds

      public double smf41aagSeconds()
      SMF41AAG in seconds.
      Returns:
      double SMF41AAG converted to seconds
    • smf41aagRawValue

      public long smf41aagRawValue()
      SMF41AAG raw value.
      Returns:
      long SMF41AAG value
    • smf41yag

      public Duration smf41yag()
      SMF41YAG as a Duration.
      Returns:
      Duration SMF41YAG
      See Also:
    • smf41yagSeconds

      public double smf41yagSeconds()
      SMF41YAG in seconds.
      Returns:
      double SMF41YAG converted to seconds
    • smf41yagRawValue

      public long smf41yagRawValue()
      SMF41YAG raw value.
      Returns:
      long SMF41YAG value
    • smf41mag

      public Duration smf41mag()
      SMF41MAG as a Duration.
      Returns:
      Duration SMF41MAG
      See Also:
    • smf41magSeconds

      public double smf41magSeconds()
      SMF41MAG in seconds.
      Returns:
      double SMF41MAG converted to seconds
    • smf41magRawValue

      public long smf41magRawValue()
      SMF41MAG raw value.
      Returns:
      long SMF41MAG value
    • smf41cag

      public long smf41cag()
      SMF41CAG value.
      Returns:
      long SMF41CAG value
    • create

      public static VlfStatisticsDataSection 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