Class ZertSummaryCommonSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf119.ZertSummaryCommonSection

public final class ZertSummaryCommonSection extends SmfData
  • Field Details

    • SMF119SS_SAIPv6

      public static final int SMF119SS_SAIPv6
      Constant: 0x80 = 128
      See Also:
    • SMF119SS_SAServer

      public static final int SMF119SS_SAServer
      Constant: 0x40 = 64
      See Also:
    • SMF119SS_SAClient

      public static final int SMF119SS_SAClient
      Constant: 0x20 = 32
      See Also:
    • SMF119SS_SAEEConn

      public static final int SMF119SS_SAEEConn
      Constant: 0x10 = 16
      See Also:
    • SMF119SS_SAActive_FTP

      public static final int SMF119SS_SAActive_FTP
      Constant: 0x08 = 8
      See Also:
    • SMF119SS_SAATTLS_Optimized

      public static final int SMF119SS_SAATTLS_Optimized
      Constant: 0x04 = 4
      See Also:
    • SMF119SS_SATCPIP_INTVAL

      public static final int SMF119SS_SATCPIP_INTVAL
      Constant: 0x02 = 2
      See Also:
    • SMF119SS_SASecProto_TLS

      public static final int SMF119SS_SASecProto_TLS
      Constant: 0x80 = 128
      See Also:
    • SMF119SS_SASecProto_SSH

      public static final int SMF119SS_SASecProto_SSH
      Constant: 0x40 = 64
      See Also:
    • SMF119SS_SASecProto_IPSec

      public static final int SMF119SS_SASecProto_IPSec
      Constant: 0x20 = 32
      See Also:
    • SMF119SS_SASecProto_None

      public static final int SMF119SS_SASecProto_None
      Constant: 0x00 = 0
      See Also:
  • Method Details

    • smf119ssSaIntervalDuration

      public Duration smf119ssSaIntervalDuration()
      SMF119SS_SAIntervalDuration as a Duration.
      Returns:
      Duration SMF119SS_SAIntervalDuration
      See Also:
    • smf119ssSaIntervalDurationSeconds

      public double smf119ssSaIntervalDurationSeconds()
      SMF119SS_SAIntervalDuration in seconds.
      Returns:
      double SMF119SS_SAIntervalDuration converted to seconds
    • smf119ssSaIntervalDurationRawValue

      public long smf119ssSaIntervalDurationRawValue()
      SMF119SS_SAIntervalDuration raw value.
      Returns:
      long SMF119SS_SAIntervalDuration raw value
    • smf119ssSaEventType

      public SummaryEvent smf119ssSaEventType()
      SMF119SS_SAEvent_Type as a SummaryEvent.
      Returns:
      SummaryEvent SMF119SS_SAEvent_Type
    • smf119ssSaEventTypeRawValue

      public int smf119ssSaEventTypeRawValue()
      SMF119SS_SAEvent_Type raw value.
      Returns:
      int SMF119SS_SAEvent_Type value
    • smf119ssSaFlags

      public int smf119ssSaFlags()
      SMF119SS_SAFlags value.
      Returns:
      int SMF119SS_SAFlags value
    • smf119ssSaIPv6

      public boolean smf119ssSaIPv6()
      Return true if SMF119SS_SAIPv6 bit in smf119ssSaFlags() is set.
      Returns:
      boolean SMF119SS_SAIPv6 bit is set in smf119ssSaFlags()

      SMF119SS_SAIPv6 = 0x80

    • smf119ssSaServer

      public boolean smf119ssSaServer()
      Return true if SMF119SS_SAServer bit in smf119ssSaFlags() is set.
      Returns:
      boolean SMF119SS_SAServer bit is set in smf119ssSaFlags()

      SMF119SS_SAServer = 0x40

    • smf119ssSaClient

      public boolean smf119ssSaClient()
      Return true if SMF119SS_SAClient bit in smf119ssSaFlags() is set.
      Returns:
      boolean SMF119SS_SAClient bit is set in smf119ssSaFlags()

      SMF119SS_SAClient = 0x20

    • smf119ssSaEEConn

      public boolean smf119ssSaEEConn()
      Return true if SMF119SS_SAEEConn bit in smf119ssSaFlags() is set.
      Returns:
      boolean SMF119SS_SAEEConn bit is set in smf119ssSaFlags()

      SMF119SS_SAEEConn = 0x10

    • smf119ssSaActiveFtp

      public boolean smf119ssSaActiveFtp()
      Return true if SMF119SS_SAActive_FTP bit in smf119ssSaFlags() is set.
      Returns:
      boolean SMF119SS_SAActive_FTP bit is set in smf119ssSaFlags()

      SMF119SS_SAActive_FTP = 0x08

    • smf119ssSaAttlsOptimized

      public boolean smf119ssSaAttlsOptimized()
      Return true if SMF119SS_SAATTLS_Optimized bit in smf119ssSaFlags() is set.
      Returns:
      boolean SMF119SS_SAATTLS_Optimized bit is set in smf119ssSaFlags()

      SMF119SS_SAATTLS_Optimized = 0x04

    • smf119ssSaTcpipIntval

      public boolean smf119ssSaTcpipIntval()
      Return true if SMF119SS_SATCPIP_INTVAL bit in smf119ssSaFlags() is set.
      Returns:
      boolean SMF119SS_SATCPIP_INTVAL bit is set in smf119ssSaFlags()

      SMF119SS_SATCPIP_INTVAL = 0x02

    • smf119ssSaSecProtos

      public int smf119ssSaSecProtos()
      SMF119SS_SASecProtos value.
      Returns:
      int SMF119SS_SASecProtos value
    • smf119ssSaSecProtoTls

      public boolean smf119ssSaSecProtoTls()
      Return true if SMF119SS_SASecProto_TLS bit in smf119ssSaSecProtos() is set.
      Returns:
      boolean SMF119SS_SASecProto_TLS bit is set in smf119ssSaSecProtos()

      SMF119SS_SASecProto_TLS = 0x80

    • smf119ssSaSecProtoSsh

      public boolean smf119ssSaSecProtoSsh()
      Return true if SMF119SS_SASecProto_SSH bit in smf119ssSaSecProtos() is set.
      Returns:
      boolean SMF119SS_SASecProto_SSH bit is set in smf119ssSaSecProtos()

      SMF119SS_SASecProto_SSH = 0x40

    • smf119ssSaSecProtoIPSec

      public boolean smf119ssSaSecProtoIPSec()
      Return true if SMF119SS_SASecProto_IPSec bit in smf119ssSaSecProtos() is set.
      Returns:
      boolean SMF119SS_SASecProto_IPSec bit is set in smf119ssSaSecProtos()

      SMF119SS_SASecProto_IPSec = 0x20

    • smf119ssSaJobname

      public String smf119ssSaJobname()
      SMF119SS_SAJobname value.
      Returns:
      String SMF119SS_SAJobname value
    • smf119ssSaUserID

      public String smf119ssSaUserID()
      SMF119SS_SAUserID value.
      Returns:
      String SMF119SS_SAUserID value
    • smf119ssSaIpProto

      public IPProtocol smf119ssSaIpProto()
      SMF119SS_SAIPProto as a IPProtocol.
      Returns:
      IPProtocol SMF119SS_SAIPProto
    • smf119ssSaIpProtoRawValue

      public int smf119ssSaIpProtoRawValue()
      SMF119SS_SAIPProto raw value.
      Returns:
      int SMF119SS_SAIPProto value
    • smf119ssSaSrvIp

      public InetAddress smf119ssSaSrvIp()
      SMF119SS_SASrvIP value.
      Returns:
      InetAddress SMF119SS_SASrvIP value
    • smf119ssSaSrvIpRawValue

      public BigInteger smf119ssSaSrvIpRawValue()
      SMF119SS_SASrvIP raw value.
      Returns:
      BigInteger SMF119SS_SASrvIP value
    • smf119ssSaCltIp

      public InetAddress smf119ssSaCltIp()
      SMF119SS_SACltIP value.
      Returns:
      InetAddress SMF119SS_SACltIP value
    • smf119ssSaCltIpRawValue

      public BigInteger smf119ssSaCltIpRawValue()
      SMF119SS_SACltIP raw value.
      Returns:
      BigInteger SMF119SS_SACltIP value
    • smf119ssSaSrvPortStart

      public int smf119ssSaSrvPortStart()
      SMF119SS_SASrvPortStart value.
      Returns:
      int SMF119SS_SASrvPortStart value
    • smf119ssSaSrvPortEnd

      public int smf119ssSaSrvPortEnd()
      SMF119SS_SASrvPortEnd value.
      Returns:
      int SMF119SS_SASrvPortEnd value
    • smf119ssSaSessionID

      public String smf119ssSaSessionID()
      SMF119SS_SASessionID value.
      Returns:
      String SMF119SS_SASessionID value
    • smf119ssSaInitLifeConnCnt

      public long smf119ssSaInitLifeConnCnt()
      SMF119SS_SAInitLifeConnCnt value.
      Returns:
      long SMF119SS_SAInitLifeConnCnt value
    • smf119ssSaInitLifePartialConnCnt

      public long smf119ssSaInitLifePartialConnCnt()
      SMF119SS_SAInitLifePartialConnCnt value.
      Returns:
      long SMF119SS_SAInitLifePartialConnCnt value
    • smf119ssSaInitLifeShortConnCnt

      public long smf119ssSaInitLifeShortConnCnt()
      SMF119SS_SAInitLifeShortConnCnt value.
      Returns:
      long SMF119SS_SAInitLifeShortConnCnt value
    • smf119ssSaInitActiveConnCnt

      public long smf119ssSaInitActiveConnCnt()
      SMF119SS_SAInitActiveConnCnt value.
      Returns:
      long SMF119SS_SAInitActiveConnCnt value
    • smf119ssSaInitLifeInBytes

      public long smf119ssSaInitLifeInBytes()
      SMF119SS_SAInitLifeInBytes value, throws exception if SMF119SS_SAInitLifeInBytes overflows 64 bit signed integer.
      Returns:
      long SMF119SS_SAInitLifeInBytes
      Throws:
      IllegalArgumentException - If the value of SMF119SS_SAInitLifeInBytes exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF119SS_SAInitLifeInBytes). Use smf119ssSaInitLifeInBytesAsBigInteger() if this is possible.
    • smf119ssSaInitLifeInBytesAsBigInteger

      public BigInteger smf119ssSaInitLifeInBytesAsBigInteger()
      SMF119SS_SAInitLifeInBytes value as a BigInteger.

      smf119ssSaInitLifeInBytes() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF119SS_SAInitLifeInBytes
    • smf119ssSaInitLifeOutBytes

      public long smf119ssSaInitLifeOutBytes()
      SMF119SS_SAInitLifeOutBytes value, throws exception if SMF119SS_SAInitLifeOutBytes overflows 64 bit signed integer.
      Returns:
      long SMF119SS_SAInitLifeOutBytes
      Throws:
      IllegalArgumentException - If the value of SMF119SS_SAInitLifeOutBytes exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF119SS_SAInitLifeOutBytes). Use smf119ssSaInitLifeOutBytesAsBigInteger() if this is possible.
    • smf119ssSaInitLifeOutBytesAsBigInteger

      public BigInteger smf119ssSaInitLifeOutBytesAsBigInteger()
      SMF119SS_SAInitLifeOutBytes value as a BigInteger.

      smf119ssSaInitLifeOutBytes() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF119SS_SAInitLifeOutBytes
    • smf119ssSaInitLifeInSegDG

      public long smf119ssSaInitLifeInSegDG()
      SMF119SS_SAInitLifeInSegDG value, throws exception if SMF119SS_SAInitLifeInSegDG overflows 64 bit signed integer.
      Returns:
      long SMF119SS_SAInitLifeInSegDG
      Throws:
      IllegalArgumentException - If the value of SMF119SS_SAInitLifeInSegDG exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF119SS_SAInitLifeInSegDG). Use smf119ssSaInitLifeInSegDGAsBigInteger() if this is possible.
    • smf119ssSaInitLifeInSegDGAsBigInteger

      public BigInteger smf119ssSaInitLifeInSegDGAsBigInteger()
      SMF119SS_SAInitLifeInSegDG value as a BigInteger.

      smf119ssSaInitLifeInSegDG() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF119SS_SAInitLifeInSegDG
    • smf119ssSaInitLifeOutSegDG

      public long smf119ssSaInitLifeOutSegDG()
      SMF119SS_SAInitLifeOutSegDG value, throws exception if SMF119SS_SAInitLifeOutSegDG overflows 64 bit signed integer.
      Returns:
      long SMF119SS_SAInitLifeOutSegDG
      Throws:
      IllegalArgumentException - If the value of SMF119SS_SAInitLifeOutSegDG exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF119SS_SAInitLifeOutSegDG). Use smf119ssSaInitLifeOutSegDGAsBigInteger() if this is possible.
    • smf119ssSaInitLifeOutSegDGAsBigInteger

      public BigInteger smf119ssSaInitLifeOutSegDGAsBigInteger()
      SMF119SS_SAInitLifeOutSegDG value as a BigInteger.

      smf119ssSaInitLifeOutSegDG() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF119SS_SAInitLifeOutSegDG
    • smf119ssSaEndLifeConnCnt

      public long smf119ssSaEndLifeConnCnt()
      SMF119SS_SAEndLifeConnCnt value.
      Returns:
      long SMF119SS_SAEndLifeConnCnt value
    • smf119ssSaEndLifePartialConnCnt

      public long smf119ssSaEndLifePartialConnCnt()
      SMF119SS_SAEndLifePartialConnCnt value.
      Returns:
      long SMF119SS_SAEndLifePartialConnCnt value
    • smf119ssSaEndLifeShortConnCnt

      public long smf119ssSaEndLifeShortConnCnt()
      SMF119SS_SAEndLifeShortConnCnt value.
      Returns:
      long SMF119SS_SAEndLifeShortConnCnt value
    • smf119ssSaEndActiveConnCnt

      public long smf119ssSaEndActiveConnCnt()
      SMF119SS_SAEndActiveConnCnt value.
      Returns:
      long SMF119SS_SAEndActiveConnCnt value
    • smf119ssSaEndLifeInBytes

      public long smf119ssSaEndLifeInBytes()
      SMF119SS_SAEndLifeInBytes value, throws exception if SMF119SS_SAEndLifeInBytes overflows 64 bit signed integer.
      Returns:
      long SMF119SS_SAEndLifeInBytes
      Throws:
      IllegalArgumentException - If the value of SMF119SS_SAEndLifeInBytes exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF119SS_SAEndLifeInBytes). Use smf119ssSaEndLifeInBytesAsBigInteger() if this is possible.
    • smf119ssSaEndLifeInBytesAsBigInteger

      public BigInteger smf119ssSaEndLifeInBytesAsBigInteger()
      SMF119SS_SAEndLifeInBytes value as a BigInteger.

      smf119ssSaEndLifeInBytes() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF119SS_SAEndLifeInBytes
    • smf119ssSaEndLifeOutBytes

      public long smf119ssSaEndLifeOutBytes()
      SMF119SS_SAEndLifeOutBytes value, throws exception if SMF119SS_SAEndLifeOutBytes overflows 64 bit signed integer.
      Returns:
      long SMF119SS_SAEndLifeOutBytes
      Throws:
      IllegalArgumentException - If the value of SMF119SS_SAEndLifeOutBytes exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF119SS_SAEndLifeOutBytes). Use smf119ssSaEndLifeOutBytesAsBigInteger() if this is possible.
    • smf119ssSaEndLifeOutBytesAsBigInteger

      public BigInteger smf119ssSaEndLifeOutBytesAsBigInteger()
      SMF119SS_SAEndLifeOutBytes value as a BigInteger.

      smf119ssSaEndLifeOutBytes() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF119SS_SAEndLifeOutBytes
    • smf119ssSaEndLifeInSegDG

      public long smf119ssSaEndLifeInSegDG()
      SMF119SS_SAEndLifeInSegDG value, throws exception if SMF119SS_SAEndLifeInSegDG overflows 64 bit signed integer.
      Returns:
      long SMF119SS_SAEndLifeInSegDG
      Throws:
      IllegalArgumentException - If the value of SMF119SS_SAEndLifeInSegDG exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF119SS_SAEndLifeInSegDG). Use smf119ssSaEndLifeInSegDGAsBigInteger() if this is possible.
    • smf119ssSaEndLifeInSegDGAsBigInteger

      public BigInteger smf119ssSaEndLifeInSegDGAsBigInteger()
      SMF119SS_SAEndLifeInSegDG value as a BigInteger.

      smf119ssSaEndLifeInSegDG() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF119SS_SAEndLifeInSegDG
    • smf119ssSaEndLifeOutSegDG

      public long smf119ssSaEndLifeOutSegDG()
      SMF119SS_SAEndLifeOutSegDG value, throws exception if SMF119SS_SAEndLifeOutSegDG overflows 64 bit signed integer.
      Returns:
      long SMF119SS_SAEndLifeOutSegDG
      Throws:
      IllegalArgumentException - If the value of SMF119SS_SAEndLifeOutSegDG exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF119SS_SAEndLifeOutSegDG). Use smf119ssSaEndLifeOutSegDGAsBigInteger() if this is possible.
    • smf119ssSaEndLifeOutSegDGAsBigInteger

      public BigInteger smf119ssSaEndLifeOutSegDGAsBigInteger()
      SMF119SS_SAEndLifeOutSegDG value as a BigInteger.

      smf119ssSaEndLifeOutSegDG() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger SMF119SS_SAEndLifeOutSegDG
    • smf119ssSASecProtoNone

      public boolean smf119ssSASecProtoNone()
      Returns:
      boolean smf119ssSaSecProtos() equals SMF119SS_SASecProto_None

      SMF119SS_SASecProto_None = 0x00

    • create

      public static ZertSummaryCommonSection 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