Class ActionResponseConvertorData
java.lang.Object
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common.ConvertorData
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.data.ActionResponseConvertorData
Convertor data used in
ActionResponseConvertor
containing Openflow version and ActionPath
.-
Constructor Summary
ConstructorDescriptionActionResponseConvertorData
(org.opendaylight.yangtools.yang.common.Uint8 version) Instantiates a new Action response convertor data. -
Method Summary
Modifier and TypeMethodDescriptionGets action path.org.opendaylight.yangtools.yang.common.Uint8
Gets ip protocol.void
setActionPath
(ActionPath actionPath) Sets action path.void
setIpProtocol
(org.opendaylight.yangtools.yang.common.Uint8 ipProtocol) Sets ip protocol.Methods inherited from class org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common.ConvertorData
getVersion
-
Constructor Details
-
ActionResponseConvertorData
public ActionResponseConvertorData(org.opendaylight.yangtools.yang.common.Uint8 version) Instantiates a new Action response convertor data.- Parameters:
version
- the version
-
-
Method Details
-
getActionPath
Gets action path.- Returns:
- the action path
-
setActionPath
Sets action path.- Parameters:
actionPath
- the action path
-
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
-