Class OnmsTopologyProtocol
- java.lang.Object
-
- org.opennms.netmgt.topologies.service.api.OnmsTopologyProtocol
-
public class OnmsTopologyProtocol extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OnmsTopologyProtocol
allProtocols()
static OnmsTopologyProtocol
create(String id)
boolean
equals(Object obj)
String
getId()
int
hashCode()
-
-
-
Method Detail
-
create
public static OnmsTopologyProtocol create(String id)
-
allProtocols
public static OnmsTopologyProtocol allProtocols()
-
getId
public String getId()
-
-