org.netxms.client.log
Class LogColumn
java.lang.Object
org.netxms.client.log.LogColumn
public class LogColumn
- extends java.lang.Object
- Author:
- Victor
Constructor Summary |
protected |
LogColumn(NXCPMessage msg,
long baseId)
Create log column object from NXCP message |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LogColumn
protected LogColumn(NXCPMessage msg,
long baseId)
- Create log column object from NXCP message
- Parameters:
msg
- NXCP messagebaseId
- Base variable ID
getName
public java.lang.String getName()
- Returns:
- the name
getDescription
public java.lang.String getDescription()
- Returns:
- the description
getType
public int getType()
- Returns:
- the type
Copyright © 2013. All Rights Reserved.