Class ActionConvertorData
java.lang.Object
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common.ConvertorData
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.data.VersionConvertorData
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.data.VersionDatapathIdConvertorData
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.data.ActionConvertorData
Convertor data used in
ActionConvertor
containing Openflow version, datapath ID and IP protocol from flow.-
Constructor Summary
ConstructorDescriptionActionConvertorData
(org.opendaylight.yangtools.yang.common.Uint8 version) Instantiates a new Action convertor data. -
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.common.Uint8
Gets ip protocol.void
setIpProtocol
(org.opendaylight.yangtools.yang.common.Uint8 ipProtocol) Sets ip protocol.Methods inherited from class org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.data.VersionDatapathIdConvertorData
getDatapathId, setDatapathId
Methods inherited from class org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common.ConvertorData
getVersion
-
Constructor Details
-
ActionConvertorData
public ActionConvertorData(org.opendaylight.yangtools.yang.common.Uint8 version) Instantiates a new Action convertor data.- Parameters:
version
- the version
-
-
Method Details
-
getIpProtocol
public org.opendaylight.yangtools.yang.common.Uint8 getIpProtocol()Gets ip protocol.- Returns:
- the ip protocol
-
setIpProtocol
public void setIpProtocol(org.opendaylight.yangtools.yang.common.Uint8 ipProtocol) Sets ip protocol.- Parameters:
ipProtocol
- the ip protocol
-