Class DbctlUnsolicitedStatistics


public final class DbctlUnsolicitedStatistics extends StatisticsDataSection
  • Field Details

  • Method Details

    • dbulen

      public int dbulen()
      DBULEN value.
      Returns:
      int DBULEN value
    • dbuid

      public int dbuid()
      DBUID value.
      Returns:
      int DBUID value
    • dbudvers

      public int dbudvers()
      DBUDVERS value.
      Returns:
      int DBUDVERS value
    • statseno

      public long statseno()
      STATSENO value.
      Returns:
      long STATSENO value
    • statdbid

      public String statdbid()
      STATDBID value.
      Returns:
      String STATDBID value
    • starsen

      public String starsen()
      STARSEN value.
      Returns:
      String STARSEN value
    • stactime

      public ZonedDateTime stactime()
      STACTIME STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

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

      Returns:
      DateTime STACTIME STCK converted to ZonedDateTime
      See Also:
    • stactimeRawValue

      public BigInteger stactimeRawValue()
      STACTIME STCK value.
      Returns:
      BigInteger STACTIME STCK value
    • stadtime

      public ZonedDateTime stadtime()
      STADTIME STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

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

      Returns:
      DateTime STADTIME STCK converted to ZonedDateTime
      See Also:
    • stadtimeRawValue

      public BigInteger stadtimeRawValue()
      STADTIME STCK value.
      Returns:
      BigInteger STADTIME STCK value
    • stamithd

      public int stamithd()
      STAMITHD value.
      Returns:
      int STAMITHD value
    • stamathd

      public int stamathd()
      STAMATHD value.
      Returns:
      int STAMATHD value
    • stanomithd

      public long stanomithd()
      STANOMITHD value.
      Returns:
      long STANOMITHD value
    • stanomathd

      public long stanomathd()
      STANOMATHD value.
      Returns:
      long STANOMATHD value
    • staelmax

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

      public BigInteger staelmaxAsBigInteger()
      STAELMAX value as a BigInteger.

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

      Returns:
      BigInteger STAELMAX
    • stahiwat

      public long stahiwat()
      STAHIWAT value.
      Returns:
      long STAHIWAT value
    • stapsbsu

      public long stapsbsu()
      STAPSBSU value.
      Returns:
      long STAPSBSU value
    • stalctim

      public LocalDateTime stalctim()
      STALCTIM STCK value converted to LocalDateTime (nanosecond precision).

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

      Returns:
      LocalDateTime STALCTIM STCK converted to LocalDateTime
      See Also:
    • stalctimRawValue

      public BigInteger stalctimRawValue()
      STALCTIM STCK value.
      Returns:
      BigInteger STALCTIM STCK value
    • staldtim

      public LocalDateTime staldtim()
      STALDTIM STCK value converted to LocalDateTime (nanosecond precision).

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

      Returns:
      LocalDateTime STALDTIM STCK converted to LocalDateTime
      See Also:
    • staldtimRawValue

      public BigInteger staldtimRawValue()
      STALDTIM STCK value.
      Returns:
      BigInteger STALDTIM STCK value
    • create

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