Package com.blackhillsoftware.smf.smf90
Class SetAutoReplySection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetAutoReplySection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetAutoReplySection
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
SMF90T33_#_SUFFIXES value.SMF90T33_SUFFIXES values.SMF90T33_TIMESTAMP STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90T33_TIMESTAMP STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90t33Timestamp
SMF90T33_TIMESTAMP STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90t33TimestampRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90T33_TIMESTAMP STCK converted to ZonedDateTime
- See Also:
-
smf90t33TimestampRawValue
SMF90T33_TIMESTAMP STCK value.- Returns:
- BigInteger SMF90T33_TIMESTAMP STCK value
-
smf90t33NumSuffixes
public int smf90t33NumSuffixes()SMF90T33_#_SUFFIXES value.- Returns:
- int SMF90T33_#_SUFFIXES value
-
smf90t33Suffixes
SMF90T33_SUFFIXES values.- Returns:
- List<String> SMF90T33_SUFFIXES values
-
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
-