Klasse SystemLogEntry

java.lang.Object
org.teamapps.message.protocol.message.Message
org.teamapps.protocol.system.SystemLogEntry

public class SystemLogEntry extends org.teamapps.message.protocol.message.Message
  • Felddetails

  • Konstruktordetails

    • SystemLogEntry

      public SystemLogEntry()
    • SystemLogEntry

      public SystemLogEntry(org.teamapps.message.protocol.message.Message message, org.teamapps.message.protocol.model.ModelCollection modelCollection)
    • SystemLogEntry

      public SystemLogEntry(DataInputStream dis) throws IOException
      Löst aus:
      IOException
    • SystemLogEntry

      public SystemLogEntry(DataInputStream dis, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws IOException
      Löst aus:
      IOException
    • SystemLogEntry

      public SystemLogEntry(byte[] bytes) throws IOException
      Löst aus:
      IOException
    • SystemLogEntry

      public SystemLogEntry(byte[] bytes, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws IOException
      Löst aus:
      IOException
    • SystemLogEntry

      public SystemLogEntry(Element element, org.teamapps.message.protocol.file.FileDataReader fileDataReader)
    • SystemLogEntry

      public SystemLogEntry(String xml, org.teamapps.message.protocol.file.FileDataReader fileDataReader) throws Exception
      Löst aus:
      Exception
  • Methodendetails

    • getMessageDecoder

      public static org.teamapps.message.protocol.model.PojoObjectDecoder<SystemLogEntry> getMessageDecoder()
    • getMessageModel

      public static org.teamapps.message.protocol.model.MessageModel getMessageModel()
    • getModelCollection

      public static org.teamapps.message.protocol.model.ModelCollection getModelCollection()
    • remap

      public static SystemLogEntry remap(org.teamapps.message.protocol.message.Message message)
    • getLogId

      public int getLogId()
    • setLogId

      public SystemLogEntry setLogId(int value)
    • getNodeId

      public long getNodeId()
    • setNodeId

      public SystemLogEntry setNodeId(long value)
    • getUserId

      public int getUserId()
    • setUserId

      public SystemLogEntry setUserId(int value)
    • getTimestamp

      public long getTimestamp()
    • setTimestamp

      public SystemLogEntry setTimestamp(long value)
    • getLogLevel

      public int getLogLevel()
    • setLogLevel

      public SystemLogEntry setLogLevel(int value)
    • getManagedApplicationId

      public int getManagedApplicationId()
    • setManagedApplicationId

      public SystemLogEntry setManagedApplicationId(int value)
    • getManagedApplicationPerspectiveId

      public int getManagedApplicationPerspectiveId()
    • setManagedApplicationPerspectiveId

      public SystemLogEntry setManagedApplicationPerspectiveId(int value)
    • getApplicationVersion

      public String getApplicationVersion()
    • setApplicationVersion

      public SystemLogEntry setApplicationVersion(String value)
    • getExceptionClass

      public String getExceptionClass()
    • setExceptionClass

      public SystemLogEntry setExceptionClass(String value)
    • getThreadName

      public String getThreadName()
    • setThreadName

      public SystemLogEntry setThreadName(String value)
    • getMessage

      public String getMessage()
    • setMessage

      public SystemLogEntry setMessage(String value)
    • getStackTrace

      public String getStackTrace()
    • setStackTrace

      public SystemLogEntry setStackTrace(String value)
    • getMarker

      public String getMarker()
    • setMarker

      public SystemLogEntry setMarker(String value)