public final class Smf11Record extends SmfRecord
Mapping for SMF type 11 record.

Typically you would obtain Smf11Records by reading SmfRecords and using

Smf11Record.from(SmfRecord)

to create the specialized record after determining the record type.

  • Constructor Details

    • Smf11Record

      public Smf11Record(byte[] data)
      Constructs an Smf11Record from the specified byte array.
      Parameters:
      data - a byte array containing the SMF record data
    • Smf11Record

      public Smf11Record(SmfRecord record)
      Constructs a new Smf11Record from an existing SMF record. The 2 records share the same data byte array.
      Parameters:
      record - an existing SMF record
  • Method Details

    • from

      public static Smf11Record from(SmfRecord record)
      Constructs a new Smf11Record from an existing SMF record. The 2 records share the same data byte array.
      Parameters:
      record - an existing SMF record
    • from

      public static Smf11Record from(byte[] data)
      Constructs an Smf11Record from the specified byte array.
      Parameters:
      data - a byte array containing the SMF record data
    • smf11len

      public int smf11len()
      SMF11LEN value.
      Returns:
      int SMF11LEN value
    • smf11seg

      public int smf11seg()
      SMF11SEG value.
      Returns:
      int SMF11SEG value
    • smf11flg

      public int smf11flg()
      SMF11FLG value.
      Returns:
      int SMF11FLG value
    • smf11rty

      public int smf11rty()
      SMF11RTY value.
      Returns:
      int SMF11RTY value
    • smf11tme

      public LocalTime smf11tme()
      SMF11TME as a LocalTime.
      Returns:
      LocalTime SMF11TME Time
      See Also:
    • smf11tmeRawValue

      public long smf11tmeRawValue()
      SMF11TME raw value
      Returns:
      long SMF11TME value
    • smf11dte

      public LocalDate smf11dte()
      SMF11DTE as a LocalDate.
      Returns:
      LocalDate SMF11DTE Date
      See Also:
    • smf11dteRawValue

      public int smf11dteRawValue()
      SMF11DTE raw value.
      Returns:
      int SMF11DTE value
    • smf11sid

      public String smf11sid()
      SMF11SID value.
      Returns:
      String SMF11SID value
    • smf11ln

      public int smf11ln()
      SMF11LN value.
      Returns:
      int SMF11LN value