public final class ConcurrentCopySessionStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF4204C_LEN
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
List<ConcurrentCopySsidHeader> |
ConcurrentCopySsidHeaders()
Get a List containing Concurrent Copy SSID headers from the record
|
static ConcurrentCopySessionStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
ZonedDateTime |
s42cceit()
S42CCEIT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
s42cceitRawValue()
S42CCEIT STCK value.
|
long |
s42ccid()
S42CCID value.
|
String |
s42ccjnm()
S42CCJNM value.
|
String |
s42ccjno()
S42CCJNO value.
|
String |
s42ccrqs()
S42CCRQS value.
|
ZonedDateTime |
s42ccset()
S42CCSET STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
s42ccsetRawValue()
S42CCSET STCK value.
|
int |
s42ccssl()
S42CCSSL value.
|
int |
s42ccssn()
S42CCSSN value.
|
int |
s42ccsso()
S42CCSSO value.
|
ZonedDateTime |
s42ccsst()
S42CCSST STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
s42ccsstRawValue()
S42CCSST STCK value.
|
String |
s42ccts()
S42CCTS value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF4204C_LEN
public long s42ccid()
public String s42ccrqs()
public String s42ccts()
public String s42ccjnm()
public String s42ccjno()
public ZonedDateTime s42ccsst()
Use s42ccsstRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger s42ccsstRawValue()
public ZonedDateTime s42cceit()
Use s42cceitRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger s42cceitRawValue()
public ZonedDateTime s42ccset()
Use s42ccsetRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger s42ccsetRawValue()
public int s42ccsso()
public int s42ccssn()
public int s42ccssl()
public List<ConcurrentCopySsidHeader> ConcurrentCopySsidHeaders()
public static ConcurrentCopySessionStatistics 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.