Interface BundlePortModCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BundlePortModCase>, org.opendaylight.yangtools.yang.binding.BindingObject, BundleInnerMessage, org.opendaylight.yangtools.yang.binding.ChoiceIn<BundleAddMessageGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface BundlePortModCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<BundlePortModCase>, BundleInnerMessage

    This class represents the following YANG schema fragment defined in module onf-extensions

     case bundle-port-mod-case {
       container port-mod-case-data {
         uses ofproto:port-mod;
       }
     }
     
    The schema path to identify an instance is onf-extensions/bundle-add-message-grouping/bundle-inner-message/bundle-port-mod-case
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<BundlePortModCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPortModCaseData

        PortModCaseData getPortModCaseData()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.port.mod._case.PortModCaseData portModCaseData, or null if not present