Interface VlanVid

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<VlanVid>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MatchEntryValueGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface VlanVid
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MatchEntryValueGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<VlanVid>

    This class represents the following YANG schema fragment defined in module openflow-extensible-match

     container vlan-vid {
       leaf vlan-vid {
         type uint16;
       }
       leaf cfi-bit {
         type boolean;
       }
       leaf mask {
         type binary;
       }
     }
     
    The schema path to identify an instance is openflow-extensible-match/match-entry-value-grouping/match-entry-value/vlan-vid-case/vlan-vid

    To create instances of this class use VlanVidBuilder.

    See Also:
    VlanVidBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint16 getVlanVid()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 vlanVid, or null if not present
      • isCfiBit

        Boolean isCfiBit()
        Returns:
        java.lang.Boolean cfiBit, or null if not present
      • getMask

        byte[] getMask()
        Returns:
        byte[] mask, or null if not present