Interface PacketType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PacketType>, 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 PacketType
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MatchEntryValueGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<PacketType>

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

     container packet-type {
       leaf packet-type {
         type uint32;
       }
     }
     
    The schema path to identify an instance is openflow-extensible-match/match-entry-value-grouping/match-entry-value/packet-type-case/packet-type

    To create instances of this class use PacketTypeBuilder.

    See Also:
    PacketTypeBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint32 getPacketType()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 packetType, or null if not present