org.openflow.protocol
Class OFMatchWithSwDpid

java.lang.Object
  extended by org.openflow.protocol.OFMatchWithSwDpid

public class OFMatchWithSwDpid
extends java.lang.Object


Field Summary
protected  OFMatch ofMatch
           
protected  long switchDataPathId
           
 
Constructor Summary
OFMatchWithSwDpid()
           
OFMatchWithSwDpid(OFMatch ofm, long swDpid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 OFMatch getOfMatch()
           
 long getSwitchDataPathId()
           
 int hashCode()
           
 void setOfMatch(OFMatch ofMatch)
           
 OFMatchWithSwDpid setSwitchDataPathId(long dpid)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ofMatch

protected OFMatch ofMatch

switchDataPathId

protected long switchDataPathId
Constructor Detail

OFMatchWithSwDpid

public OFMatchWithSwDpid()

OFMatchWithSwDpid

public OFMatchWithSwDpid(OFMatch ofm,
                         long swDpid)
Method Detail

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