Class Rfc5424SyslogMessage

    • Constructor Detail

      • Rfc5424SyslogMessage

        public Rfc5424SyslogMessage()
    • Method Detail

      • getAppName

        public String getAppName()
        Returns:
        the appName
      • setAppName

        public void setAppName​(String appName)
        Parameters:
        appName - the appName to set
      • getProcId

        public String getProcId()
        Returns:
        the procId
      • setProcId

        public void setProcId​(String procId)
        Parameters:
        procId - the procId to set
      • getMsgId

        public String getMsgId()
        Returns:
        the msgId
      • setMsgId

        public void setMsgId​(String msgId)
        Parameters:
        msgId - the msgId to set
      • getStructuredData

        public String getStructuredData()
        Returns:
        the structuredData
      • setStructuredData

        public void setStructuredData​(String structuredData)
        Parameters:
        structuredData - the structuredData to set