public final class PolicyStatistics extends StatisticsDataSection
  • Field Details

  • Method Details

    • mprlen

      public int mprlen()
      MPRLEN value.
      Returns:
      int MPRLEN value
    • mprid

      public int mprid()
      MPRID value.
      Returns:
      int MPRID value
    • mprdvers

      public int mprdvers()
      MPRDVERS value.
      Returns:
      int MPRDVERS value
    • mprPolicyName

      public String mprPolicyName()
      MPR_POLICY_NAME value.
      Returns:
      String MPR_POLICY_NAME value
    • mprRuleName

      public String mprRuleName()
      MPR_RULE_NAME value.
      Returns:
      String MPR_RULE_NAME value
    • mprPolicyUsertag

      public String mprPolicyUsertag()
      MPR_POLICY_USERTAG value.
      Returns:
      String MPR_POLICY_USERTAG value
    • mprBundleName

      public String mprBundleName()
      MPR_BUNDLE_NAME value.
      Returns:
      String MPR_BUNDLE_NAME value
    • mprBundleDir

      public String mprBundleDir()
      MPR_BUNDLE_DIR value.
      Returns:
      String MPR_BUNDLE_DIR value
    • mprRuleType

      public String mprRuleType()
      MPR_RULE_TYPE value.
      Returns:
      String MPR_RULE_TYPE value
    • mprRuleSubtype

      public String mprRuleSubtype()
      MPR_RULE_SUBTYPE value.
      Returns:
      String MPR_RULE_SUBTYPE value
    • mprActionType

      public String mprActionType()
      MPR_ACTION_TYPE value.
      Returns:
      String MPR_ACTION_TYPE value
    • mprActionCount

      public long mprActionCount()
      MPR_ACTION_COUNT value.
      Returns:
      long MPR_ACTION_COUNT value
    • mprActionTime

      public LocalDateTime mprActionTime()
      MPR_ACTION_TIME STCK value converted to LocalDateTime (nanosecond precision).

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

      Returns:
      LocalDateTime MPR_ACTION_TIME STCK converted to LocalDateTime
      See Also:
    • mprActionTimeRawValue

      public BigInteger mprActionTimeRawValue()
      MPR_ACTION_TIME STCK value.
      Returns:
      BigInteger MPR_ACTION_TIME STCK value
    • create

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