Package org.netxms.client.snmp
Class MibCompilationLogEntry
java.lang.Object
org.netxms.client.snmp.MibCompilationLogEntry
MIB compilation entry log
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMIB compiler message types -
Method Summary
Modifier and TypeMethodDescriptionstatic MibCompilationLogEntrycreateEntry(String output) Create MIB compilation entryintgetText()getType()booleantoString()
-
Method Details
-
createEntry
Create MIB compilation entry- Parameters:
output- log entry line- Returns:
- log entry class
-
toString
-
isErrorInformation
public boolean isErrorInformation()- Returns:
- the type
-
getType
- Returns:
- the type
-
getErrorCode
public int getErrorCode()- Returns:
- the errorCode
-
getFileName
- Returns:
- the fileName
-
getText
- Returns:
- the text
-