Interface AsyncBodyGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    GetAsyncOutput, GetAsyncReply, SetAsync, SetAsyncInput

    @Generated("mdsal-binding-generator")
    public interface AsyncBodyGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping async-body-grouping {
       list packet-in-mask {
         leaf-list mask {
           type oft:packet-in-reason;
         }
       }
       list port-status-mask {
         leaf-list mask {
           type oft:port-reason;
         }
       }
       list flow-removed-mask {
         leaf-list mask {
           type oft:flow-removed-reason;
         }
       }
     }
     
    The schema path to identify an instance is openflow-protocol/async-body-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends AsyncBodyGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPacketInMask

        @Nullable List<PacketInMask> getPacketInMask()
        Return packetInMask, or null if it is not present.
        Returns:
        java.util.List packetInMask, or null if it is not present.
      • nonnullPacketInMask

        default @NonNull List<PacketInMask> nonnullPacketInMask()
        Return packetInMask, or an empty list if it is not present.
        Returns:
        java.util.List packetInMask, or an empty list if it is not present.
      • getPortStatusMask

        @Nullable List<PortStatusMask> getPortStatusMask()
        Return portStatusMask, or null if it is not present.
        Returns:
        java.util.List portStatusMask, or null if it is not present.
      • nonnullPortStatusMask

        default @NonNull List<PortStatusMask> nonnullPortStatusMask()
        Return portStatusMask, or an empty list if it is not present.
        Returns:
        java.util.List portStatusMask, or an empty list if it is not present.
      • getFlowRemovedMask

        @Nullable List<FlowRemovedMask> getFlowRemovedMask()
        Return flowRemovedMask, or null if it is not present.
        Returns:
        java.util.List flowRemovedMask, or null if it is not present.
      • nonnullFlowRemovedMask

        default @NonNull List<FlowRemovedMask> nonnullFlowRemovedMask()
        Return flowRemovedMask, or an empty list if it is not present.
        Returns:
        java.util.List flowRemovedMask, or an empty list if it is not present.