org.openflow.protocol
Class OFMatchWithSwDpid
java.lang.Object
org.openflow.protocol.OFMatchWithSwDpid
public class OFMatchWithSwDpid
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ofMatch
protected OFMatch ofMatch
switchDataPathId
protected long switchDataPathId
OFMatchWithSwDpid
public OFMatchWithSwDpid()
OFMatchWithSwDpid
public OFMatchWithSwDpid(OFMatch ofm,
long swDpid)
getOfMatch
public OFMatch getOfMatch()
setOfMatch
public void setOfMatch(OFMatch ofMatch)
getSwitchDataPathId
public long getSwitchDataPathId()
setSwitchDataPathId
public OFMatchWithSwDpid setSwitchDataPathId(long dpid)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object