All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
GetAsyncOutput, GetAsyncReply, SetAsync$G, 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;
     }
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends AsyncBodyGrouping> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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:
      List<PacketInMask> 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:
      List<PacketInMask> 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:
      List<PortStatusMask> 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:
      List<PortStatusMask> 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:
      List<FlowRemovedMask> 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:
      List<FlowRemovedMask> flowRemovedMask, or an empty list if it is not present.