Class SystemDefChoice
- java.lang.Object
-
- org.opennms.netmgt.config.datacollection.SystemDefChoice
-
- All Implemented Interfaces:
Serializable
public class SystemDefChoice extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemDefChoice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getSysoid()
system object identifier (sysoid) which uniquely identifies the system.String
getSysoidMask()
Sysoid mask which can be used to match multiple systems if their sysoid begins with the maskint
hashCode()
void
setSysoid(String sysoid)
void
setSysoidMask(String sysoidMask)
String
toString()
-
-
-
Method Detail
-
getSysoid
public String getSysoid()
system object identifier (sysoid) which uniquely identifies the system.
-
getSysoidMask
public String getSysoidMask()
Sysoid mask which can be used to match multiple systems if their sysoid begins with the mask
-
setSysoid
public void setSysoid(String sysoid)
-
setSysoidMask
public void setSysoidMask(String sysoidMask)
-
-