Interface AsyncConfig
- 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:
AsyncConfigMessage
,GetAsyncOutput
,SetAsyncInput
@Generated("mdsal-binding-generator")
public interface AsyncConfig
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module sal-async-config
grouping async-config { container packet-in-mask { leaf master-mask { type packet-in-mask; } leaf slave-mask { type packet-in-mask; } } container port-status-mask { leaf master-mask { type port-status-mask; } leaf slave-mask { type port-status-mask; } } container flow-removed-mask { leaf master-mask { type flow-removed-mask; } leaf slave-mask { type flow-removed-mask; } } }
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn flowRemovedMask, ornull
if it is not present.Return packetInMask, ornull
if it is not present.Return portStatusMask, ornull
if it is not present.Class<? extends AsyncConfig>
-
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 AsyncConfig> 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
PacketInMask getPacketInMask()Return packetInMask, ornull
if it is not present.- Returns:
PacketInMask
packetInMask, ornull
if it is not present.
-
getPortStatusMask
PortStatusMask getPortStatusMask()Return portStatusMask, ornull
if it is not present.- Returns:
PortStatusMask
portStatusMask, ornull
if it is not present.
-
getFlowRemovedMask
FlowRemovedMask getFlowRemovedMask()Return flowRemovedMask, ornull
if it is not present.- Returns:
FlowRemovedMask
flowRemovedMask, ornull
if it is not present.
-