Class SetAutoReplySection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetAutoReplySection

public final class SetAutoReplySection extends SmfData
  • Method Details

    • smf90t33Timestamp

      public ZonedDateTime 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

      public BigInteger smf90t33TimestampRawValue()
      SMF90T33_TIMESTAMP STCK value.
      Returns:
      BigInteger SMF90T33_TIMESTAMP STCK value
    • smf90t33NumSuffixes

      public int smf90t33NumSuffixes()
      SMF90T33_#_SUFFIXES value.
      Returns:
      int SMF90T33_#_SUFFIXES value
    • smf90t33Suffixes

      public List<String> smf90t33Suffixes()
      SMF90T33_SUFFIXES values.
      Returns:
      List<String> SMF90T33_SUFFIXES values
    • create

      public static SetAutoReplySection create(byte[] Data, int offset, int length)
      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 section
      offset - Offset of this section in the data
      length - length of the section