java.lang.Object
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.common.ConvertorData
org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.data.ActionResponseConvertorData

public class ActionResponseConvertorData extends ConvertorData
Convertor data used in ActionResponseConvertor containing Openflow version and ActionPath.
  • 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

      public ActionPath getActionPath()
      Gets action path.
      Returns:
      the action path
    • setActionPath

      public void setActionPath(ActionPath actionPath)
      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