public final class PolicyStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
MPRIDR
Constant: 0x91 = 145
|
static int |
MPRVERS
Constant: 0x01 = 1
|
STIASG, STIAUTO, STICLEN, STICONMR, STICONSR, STICONSS, STID2G, STID2R, STIDBUSS, STIDHD, STIDS, STIDSR, STIDST, STIECC, STIECG, STIECR, STIEND, STIEPG, STIEPR, STIFCR, STIFEPIC, STIFEPIP, STIFEPIT, STIISR, STILDB, STILDG, STILDP, STILDR, STILDY, STILGG, STILGR, STILGS, STILSRFR, STILSRR, STIM, STIMLR, STIMNR, STIMPR, STIMQG, STIMQR, STINDJ, STINQG, STIPAUTO, STIPGD, STIPGE, STIPGP, STIPGR, STIPIR, STIPIW, STIRLR, STIRMG, STISDG, STISDR, STISECUR, STISJG, STISJR, STISJS, STISMD, STISMDSA, STISMT, STISOG, STISOR, STIST, STITCR, STITDG, STITDQG, STITDQR, STITDR, STITM, STITSQ, STIUSG, STIVT, STIW2R, STIWBG, STIWBR, STIXMC, STIXMG, STIXMR
Modifier and Type | Method and Description |
---|---|
static PolicyStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
mprActionCount()
MPR_ACTION_COUNT value.
|
LocalDateTime |
mprActionTime()
MPR_ACTION_TIME STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
mprActionTimeRawValue()
MPR_ACTION_TIME STCK value.
|
String |
mprActionType()
MPR_ACTION_TYPE value.
|
String |
mprBundleDir()
MPR_BUNDLE_DIR value.
|
String |
mprBundleName()
MPR_BUNDLE_NAME value.
|
int |
mprdvers()
MPRDVERS value.
|
int |
mprid()
MPRID value.
|
int |
mprlen()
MPRLEN value.
|
String |
mprPolicyName()
MPR_POLICY_NAME value.
|
String |
mprPolicyUsertag()
MPR_POLICY_USERTAG value.
|
String |
mprRuleName()
MPR_RULE_NAME value.
|
String |
mprRuleSubtype()
MPR_RULE_SUBTYPE value.
|
String |
mprRuleType()
MPR_RULE_TYPE value.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int MPRIDR
public static final int MPRVERS
public int mprlen()
public int mprid()
public int mprdvers()
public String mprPolicyName()
public String mprRuleName()
public String mprPolicyUsertag()
public String mprBundleName()
public String mprBundleDir()
public String mprRuleType()
public String mprRuleSubtype()
public String mprActionType()
public long mprActionCount()
public LocalDateTime mprActionTime()
Use mprActionTimeRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger mprActionTimeRawValue()
public static PolicyStatistics create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.