public final class EavConcurrentCopySessionStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF4204V_LEN
Constant: 0x58 = 88
|
Modifier and Type | Method and Description |
---|---|
static EavConcurrentCopySessionStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
List<EavConcurrentCopySsidHeader> |
EavConcurrentCopySsidHeaders()
Get a List containing EAV Concurrent Copy SSID headers from the record
|
long |
s42vcctk()
S42VCCTK value, throws exception if S42VCCTK overflows 64 bit signed integer.
|
BigInteger |
s42vcctkAsBigInteger()
S42VCCTK value as a BigInteger.
|
long |
s42vcdsp()
S42VCDSP value, throws exception if S42VCDSP overflows 64 bit signed integer.
|
BigInteger |
s42vcdspAsBigInteger()
S42VCDSP value as a BigInteger.
|
ZonedDateTime |
s42vceit()
S42VCEIT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
s42vceitRawValue()
S42VCEIT STCK value.
|
long |
s42vcid()
S42VCID value.
|
String |
s42vcjnm()
S42VCJNM value.
|
String |
s42vcjno()
S42VCJNO value.
|
String |
s42vcrqs()
S42VCRQS value.
|
ZonedDateTime |
s42vcset()
S42VCSET STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
s42vcsetRawValue()
S42VCSET STCK value.
|
int |
s42vcssl()
S42VCSSL value.
|
int |
s42vcssn()
S42VCSSN value.
|
int |
s42vcsso()
S42VCSSO value.
|
ZonedDateTime |
s42vcsst()
S42VCSST STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
s42vcsstRawValue()
S42VCSST STCK value.
|
String |
s42vcts()
S42VCTS value.
|
long |
s42vcvtk()
S42VCVTK value, throws exception if S42VCVTK overflows 64 bit signed integer.
|
BigInteger |
s42vcvtkAsBigInteger()
S42VCVTK value as a BigInteger.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF4204V_LEN
public long s42vcid()
public String s42vcrqs()
public String s42vcts()
public String s42vcjnm()
public String s42vcjno()
public ZonedDateTime s42vcsst()
Use s42vcsstRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger s42vcsstRawValue()
public ZonedDateTime s42vceit()
Use s42vceitRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger s42vceitRawValue()
public ZonedDateTime s42vcset()
Use s42vcsetRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger s42vcsetRawValue()
public long s42vcctk()
IllegalArgumentException
- If the value of S42VCCTK exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in S42VCCTK).
Use s42vcctkAsBigInteger()
if this is possible.public BigInteger s42vcctkAsBigInteger()
s42vcctk()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long s42vcvtk()
IllegalArgumentException
- If the value of S42VCVTK exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in S42VCVTK).
Use s42vcvtkAsBigInteger()
if this is possible.public BigInteger s42vcvtkAsBigInteger()
s42vcvtk()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long s42vcdsp()
IllegalArgumentException
- If the value of S42VCDSP exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in S42VCDSP).
Use s42vcdspAsBigInteger()
if this is possible.public BigInteger s42vcdspAsBigInteger()
s42vcdsp()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int s42vcsso()
public int s42vcssn()
public int s42vcssl()
public List<EavConcurrentCopySsidHeader> EavConcurrentCopySsidHeaders()
public static EavConcurrentCopySessionStatistics 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 © 2021 Black Hill Software Pty Ltd. All rights reserved.