Class OFNode
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.southboundcli.util.OFNode
-
- All Implemented Interfaces:
Serializable
,Comparable<OFNode>
public class OFNode extends Object implements Comparable<OFNode>, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(OFNode node)
boolean
equals(Object object)
Long
getNodeId()
String
getNodeName()
List<String>
getPorts()
int
hashCode()
void
setNodeId(Long nodeId)
void
setNodeName(String nodeName)
void
setPorts(List<String> ports)
String
toString()
-