Package org.netxms.client.log
Class LogColumn
- java.lang.Object
-
- org.netxms.client.log.LogColumn
-
public class LogColumn extends Object
Log column definition
-
-
Field Summary
Fields Modifier and Type Field Description static intLC_ALARM_HD_STATEstatic intLC_ALARM_STATEstatic intLC_EVENT_CODEstatic intLC_EVENT_ORIGINstatic intLC_INTEGERstatic intLC_OBJECT_IDstatic intLC_SEVERITYstatic intLC_TEXTstatic intLC_TIMESTAMPstatic intLC_USER_IDstatic intLC_ZONE_UIN
-
Constructor Summary
Constructors Modifier Constructor Description protectedLogColumn(org.netxms.base.NXCPMessage msg, long baseId)Create log column object from NXCP message
-
-
-
Field Detail
-
LC_TEXT
public static final int LC_TEXT
- See Also:
- Constant Field Values
-
LC_SEVERITY
public static final int LC_SEVERITY
- See Also:
- Constant Field Values
-
LC_OBJECT_ID
public static final int LC_OBJECT_ID
- See Also:
- Constant Field Values
-
LC_USER_ID
public static final int LC_USER_ID
- See Also:
- Constant Field Values
-
LC_EVENT_CODE
public static final int LC_EVENT_CODE
- See Also:
- Constant Field Values
-
LC_TIMESTAMP
public static final int LC_TIMESTAMP
- See Also:
- Constant Field Values
-
LC_INTEGER
public static final int LC_INTEGER
- See Also:
- Constant Field Values
-
LC_ALARM_STATE
public static final int LC_ALARM_STATE
- See Also:
- Constant Field Values
-
LC_ALARM_HD_STATE
public static final int LC_ALARM_HD_STATE
- See Also:
- Constant Field Values
-
LC_ZONE_UIN
public static final int LC_ZONE_UIN
- See Also:
- Constant Field Values
-
LC_EVENT_ORIGIN
public static final int LC_EVENT_ORIGIN
- See Also:
- Constant Field Values
-
-