public final class OfNode extends Object
OfNode
describes an identifier for a OpenFlow switch.Constructor and Description |
---|
OfNode(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.DatapathId dpid)
Construct a new instance.
|
OfNode(long value)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Determine whether the given object is identical to this object.
|
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId |
getNodeId()
Return a
NodeId instance that specifies the same OpenFlow switch
as this instance. |
BigInteger |
getNodeNumber()
Return the node number.
|
int |
hashCode()
Return the hash code of this object.
|
String |
toString()
Return a string representation of this object.
|
public OfNode(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.DatapathId dpid)
dpid
- A DatapathId
instance.public OfNode(long value)
value
- A long value that indicates a datapath ID.public BigInteger getNodeNumber()
public org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId getNodeId()
NodeId
instance that specifies the same OpenFlow switch
as this instance.NodeId
instance.public boolean equals(Object o)
public int hashCode()
Copyright © 2018 OpenDaylight. All rights reserved.