Class Uei
- java.lang.Object
-
- org.opennms.netmgt.config.vacuumd.Uei
-
- All Implemented Interfaces:
Serializable
public class Uei extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Optional<String>
getContent()
int
hashCode()
void
setContent(String content)
-
-
-
Constructor Detail
-
Uei
public Uei()
-
Uei
public Uei(String value)
-
-