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