Class ResLifeBundleStatistics


public final class ResLifeBundleStatistics extends StatisticsDataSection
  • Field Details

    • RLRDS_LENGTH

      public static final int RLRDS_LENGTH
      Constant: 0x0264 = 612
      See Also:
    • RLRIDR

      public static final int RLRIDR
      Constant: 0x64 = 100
      See Also:
    • RLR_VERS

      public static final int RLR_VERS
      Constant: 0x01 = 1
      See Also:
    • RLR_BUNDLE_CSDAPI_CHANGE

      public static final int RLR_BUNDLE_CSDAPI_CHANGE
      Constant: 0x01 = 1
      See Also:
    • RLR_BUNDLE_CSDBATCH_CHANGE

      public static final int RLR_BUNDLE_CSDBATCH_CHANGE
      Constant: 0x02 = 2
      See Also:
    • RLR_BUNDLE_DREPAPI_CHANGE

      public static final int RLR_BUNDLE_DREPAPI_CHANGE
      Constant: 0x03 = 3
      See Also:
    • RLR_BUNDLE_CREATE_CHANGE

      public static final int RLR_BUNDLE_CREATE_CHANGE
      Constant: 0x04 = 4
      See Also:
    • RLR_BUNDLE_CSDAPI_INSTALL

      public static final int RLR_BUNDLE_CSDAPI_INSTALL
      Constant: 0x01 = 1
      See Also:
    • RLR_BUNDLE_CREATE_INSTALL

      public static final int RLR_BUNDLE_CREATE_INSTALL
      Constant: 0x04 = 4
      See Also:
    • RLR_BUNDLE_GRPLIST_INSTALL

      public static final int RLR_BUNDLE_GRPLIST_INSTALL
      Constant: 0x05 = 5
      See Also:
    • RLR_BUNDLE_CLOUD_INSTALL

      public static final int RLR_BUNDLE_CLOUD_INSTALL
      Constant: 0x0B = 11
      See Also:
  • Method Details

    • rlrdsLen

      public int rlrdsLen()
      RLRDS_LEN value.
      Returns:
      int RLRDS_LEN value
    • rlrdsId

      public int rlrdsId()
      RLRDS_ID value.
      Returns:
      int RLRDS_ID value
    • rlrdsVers

      public int rlrdsVers()
      RLRDS_VERS value.
      Returns:
      int RLRDS_VERS value
    • rlrBundleName

      public String rlrBundleName()
      RLR_BUNDLE_NAME value.
      Returns:
      String RLR_BUNDLE_NAME value
    • rlrBundleDirectory

      public String rlrBundleDirectory()
      RLR_BUNDLE_DIRECTORY value.
      Returns:
      String RLR_BUNDLE_DIRECTORY value
    • rlrBundleBasescope

      public String rlrBundleBasescope()
      RLR_BUNDLE_BASESCOPE value.
      Returns:
      String RLR_BUNDLE_BASESCOPE value
    • rlrBundleDefineSource

      public String rlrBundleDefineSource()
      RLR_BUNDLE_DEFINE_SOURCE value.
      Returns:
      String RLR_BUNDLE_DEFINE_SOURCE value
    • rlrBundleChangeTime

      public LocalDateTime rlrBundleChangeTime()
      RLR_BUNDLE_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).

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

      Returns:
      LocalDateTime RLR_BUNDLE_CHANGE_TIME STCK converted to LocalDateTime
      See Also:
    • rlrBundleChangeTimeRawValue

      public BigInteger rlrBundleChangeTimeRawValue()
      RLR_BUNDLE_CHANGE_TIME STCK value.
      Returns:
      BigInteger RLR_BUNDLE_CHANGE_TIME STCK value
    • rlrBundleChangeUserid

      public String rlrBundleChangeUserid()
      RLR_BUNDLE_CHANGE_USERID value.
      Returns:
      String RLR_BUNDLE_CHANGE_USERID value
    • rlrBundleChangeAgent

      public int rlrBundleChangeAgent()
      RLR_BUNDLE_CHANGE_AGENT value.
      Returns:
      int RLR_BUNDLE_CHANGE_AGENT value
    • rlrBundleInstallAgent

      public int rlrBundleInstallAgent()
      RLR_BUNDLE_INSTALL_AGENT value.
      Returns:
      int RLR_BUNDLE_INSTALL_AGENT value
    • rlrBundleInstallTime

      public LocalDateTime rlrBundleInstallTime()
      RLR_BUNDLE_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).

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

      Returns:
      LocalDateTime RLR_BUNDLE_INSTALL_TIME STCK converted to LocalDateTime
      See Also:
    • rlrBundleInstallTimeRawValue

      public BigInteger rlrBundleInstallTimeRawValue()
      RLR_BUNDLE_INSTALL_TIME STCK value.
      Returns:
      BigInteger RLR_BUNDLE_INSTALL_TIME STCK value
    • rlrBundleInstallUserid

      public String rlrBundleInstallUserid()
      RLR_BUNDLE_INSTALL_USERID value.
      Returns:
      String RLR_BUNDLE_INSTALL_USERID value
    • rlrBundleCsdapiChange

      public boolean rlrBundleCsdapiChange()
      Returns:
      boolean rlrBundleChangeAgent() equals RLR_BUNDLE_CSDAPI_CHANGE

      RLR_BUNDLE_CSDAPI_CHANGE = 0x01

    • rlrBundleCsdbatchChange

      public boolean rlrBundleCsdbatchChange()
      Returns:
      boolean rlrBundleChangeAgent() equals RLR_BUNDLE_CSDBATCH_CHANGE

      RLR_BUNDLE_CSDBATCH_CHANGE = 0x02

    • rlrBundleDrepapiChange

      public boolean rlrBundleDrepapiChange()
      Returns:
      boolean rlrBundleChangeAgent() equals RLR_BUNDLE_DREPAPI_CHANGE

      RLR_BUNDLE_DREPAPI_CHANGE = 0x03

    • rlrBundleCreateChange

      public boolean rlrBundleCreateChange()
      Returns:
      boolean rlrBundleChangeAgent() equals RLR_BUNDLE_CREATE_CHANGE

      RLR_BUNDLE_CREATE_CHANGE = 0x04

    • rlrBundleCsdapiInstall

      public boolean rlrBundleCsdapiInstall()
      Returns:
      boolean rlrBundleInstallAgent() equals RLR_BUNDLE_CSDAPI_INSTALL

      RLR_BUNDLE_CSDAPI_INSTALL = 0x01

    • rlrBundleCreateInstall

      public boolean rlrBundleCreateInstall()
      Returns:
      boolean rlrBundleInstallAgent() equals RLR_BUNDLE_CREATE_INSTALL

      RLR_BUNDLE_CREATE_INSTALL = 0x04

    • rlrBundleGrplistInstall

      public boolean rlrBundleGrplistInstall()
      Returns:
      boolean rlrBundleInstallAgent() equals RLR_BUNDLE_GRPLIST_INSTALL

      RLR_BUNDLE_GRPLIST_INSTALL = 0x05

    • rlrBundleCloudInstall

      public boolean rlrBundleCloudInstall()
      Returns:
      boolean rlrBundleInstallAgent() equals RLR_BUNDLE_CLOUD_INSTALL

      RLR_BUNDLE_CLOUD_INSTALL = 0x0B

    • create

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