Package com.blackhillsoftware.smf.smf90
Class LinklstActivationSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.LinklstActivationSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic LinklstActivationSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
SMF90T29CONSID value.SMF90T29CONSNAME value.SMF90T29LNKLSTNAME value.int
SMF90T29LNKLSTSEQ# value.SMF90T29TIMESTAMP STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90T29TIMESTAMP STCK value.SMF90T29UTOKEN.SMF90T29_UTOKENUSERID value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90t29lnklstSeq
public int smf90t29lnklstSeq()SMF90T29LNKLSTSEQ# value.- Returns:
- int SMF90T29LNKLSTSEQ# value
-
smf90t29lnklstName
SMF90T29LNKLSTNAME value.- Returns:
- String SMF90T29LNKLSTNAME value
-
smf90t29timestamp
SMF90T29TIMESTAMP STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90t29timestampRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90T29TIMESTAMP STCK converted to ZonedDateTime
- See Also:
-
smf90t29timestampRawValue
SMF90T29TIMESTAMP STCK value.- Returns:
- BigInteger SMF90T29TIMESTAMP STCK value
-
smf90t29consid
public long smf90t29consid()SMF90T29CONSID value.- Returns:
- long SMF90T29CONSID value
-
smf90t29utoken
SMF90T29UTOKEN.- Returns:
- Token SMF90T29UTOKEN
-
smf90t29utokenUserid
SMF90T29_UTOKENUSERID value.- Returns:
- String SMF90T29_UTOKENUSERID value
-
smf90t29consName
SMF90T29CONSNAME value.- Returns:
- String SMF90T29CONSNAME value
-
create
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 sectionoffset
- Offset of this section in the datalength
- length of the section
-