public class OFMatchWithSwDpid
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.openflow.protocol.ver1_0.messages.OFMatch |
ofMatch |
protected long |
switchDataPathId |
Constructor and Description |
---|
OFMatchWithSwDpid() |
OFMatchWithSwDpid(org.openflow.protocol.ver1_0.messages.OFMatch ofm,
long swDpid) |
Modifier and Type | Method and Description |
---|---|
org.openflow.protocol.ver1_0.messages.OFMatch |
getOfMatch() |
long |
getSwitchDataPathId() |
void |
setOfMatch(org.openflow.protocol.ver1_0.messages.OFMatch ofMatch) |
OFMatchWithSwDpid |
setSwitchDataPathId(long dpid) |
java.lang.String |
toString() |
protected org.openflow.protocol.ver1_0.messages.OFMatch ofMatch
protected long switchDataPathId
public OFMatchWithSwDpid()
public OFMatchWithSwDpid(org.openflow.protocol.ver1_0.messages.OFMatch ofm, long swDpid)
public org.openflow.protocol.ver1_0.messages.OFMatch getOfMatch()
public void setOfMatch(org.openflow.protocol.ver1_0.messages.OFMatch ofMatch)
public long getSwitchDataPathId()
public OFMatchWithSwDpid setSwitchDataPathId(long dpid)
public java.lang.String toString()
toString
in class java.lang.Object