Class GrsQScanStatisticsDataSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf72.subtype5.GrsQScanStatisticsDataSection

public final class GrsQScanStatisticsDataSection extends SmfData
  • Method Details

    • r725qsjn

      public String r725qsjn()
      R725QSJN value.
      Returns:
      String R725QSJN value
    • r725qssp

      public int r725qssp()
      R725QSSP value.
      Returns:
      int R725QSSP value
    • r725qsas

      public int r725qsas()
      R725QSAS value.
      Returns:
      int R725QSAS value
    • r725qsst

      public long r725qsst()
      R725QSST value.
      Returns:
      long R725QSST value
    • r725qssn

      public String r725qssn()
      R725QSSN value.
      Returns:
      String R725QSSN value
    • r725qsrc

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

      public BigInteger r725qsrcAsBigInteger()
      R725QSRC value as a BigInteger.

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

      Returns:
      BigInteger R725QSRC
    • r725qssc

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

      public BigInteger r725qsscAsBigInteger()
      R725QSSC value as a BigInteger.

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

      Returns:
      BigInteger R725QSSC
    • r725qsrr

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

      public BigInteger r725qsrrAsBigInteger()
      R725QSRR value as a BigInteger.

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

      Returns:
      BigInteger R725QSRR
    • r725qsrq

      public BigInteger r725qsrq()
      R725QSRQ value.
      Returns:
      BigInteger R725QSRQ value
    • r725qsti

      public Duration r725qsti()
      R725QSTI as a Duration.
      Returns:
      Duration R725QSTI
      See Also:
    • r725qstiSeconds

      public double r725qstiSeconds()
      R725QSTI in seconds.
      Returns:
      double R725QSTI converted to seconds
    • r725qstiRawValue

      public BigInteger r725qstiRawValue()
      R725QSTI raw value.
      Returns:
      BigInteger R725QSTI raw value
    • r725qstqSecondsSq

      public double r725qstqSecondsSq()
      R725QSTQ in squared seconds.
      Returns:
      double R725QSTQ converted to squared seconds
    • r725qstqRawValue

      public BigInteger r725qstqRawValue()
      R725QSTQ raw value.
      Returns:
      BigInteger R725QSTQ raw value
    • create

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