Interface AsyncBodyGrouping
- 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 Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescription@Nullable List<FlowRemovedMask>
Return flowRemovedMask, ornull
if it is not present.@Nullable List<PacketInMask>
Return packetInMask, ornull
if it is not present.@Nullable List<PortStatusMask>
Return portStatusMask, ornull
if it is not present.Class<? extends AsyncBodyGrouping>
default @NonNull List<FlowRemovedMask>
Return flowRemovedMask, or an empty list if it is not present.default @NonNull List<PacketInMask>
Return packetInMask, or an empty list if it is not present.default @NonNull List<PortStatusMask>
Return portStatusMask, or an empty list if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends AsyncBodyGrouping> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getPacketInMask
@Nullable List<PacketInMask> getPacketInMask()Return packetInMask, ornull
if it is not present.- Returns:
List<PacketInMask>
packetInMask, ornull
if it is not present.
-
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, ornull
if it is not present.- Returns:
List<PortStatusMask>
portStatusMask, ornull
if it is not present.
-
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, ornull
if it is not present.- Returns:
List<FlowRemovedMask>
flowRemovedMask, ornull
if it is not present.
-
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.
-