Class Config
- java.lang.Object
-
- org.opennms.netmgt.config.snmpmetadata.Config
-
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<Entry>
getEntries()
String
getName()
String
getSysObjectId()
String
getTree()
int
hashCode()
boolean
isExact()
void
setEntries(List<Entry> entries)
void
setName(String name)
void
setSysObjectId(String sysObjectId)
void
setTree(String tree)
String
toString()
-
-
-
Method Detail
-
setName
public void setName(String name)
-
getSysObjectId
public String getSysObjectId()
-
setSysObjectId
public void setSysObjectId(String sysObjectId)
-
getEntries
public List<Entry> getEntries()
- Specified by:
getEntries
in interfaceContainer
-
getTree
public String getTree()
-
setTree
public void setTree(String tree)
-
-