Interface BarrierSuffix
- 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:
AddFlowsBatchInput
,AddGroupsBatchInput
,AddMetersBatchInput
,RemoveFlowsBatchInput
,RemoveGroupsBatchInput
,RemoveMetersBatchInput
,UpdateFlowsBatchInput
,UpdateGroupsBatchInput
,UpdateMetersBatchInput
@Generated("mdsal-binding-generator")
public interface BarrierSuffix
extends org.opendaylight.yangtools.yang.binding.DataObject
Flag indicating that barrier will be attached after some service-specific
action.
This class represents the following YANG schema fragment defined in module barrier-common
grouping barrier-suffix { leaf barrier-after { type boolean; } }
-
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 TypeMethodDescriptionReturn barrierAfter, ornull
if it is not present.Class<? extends BarrierSuffix>
default @NonNull Boolean
Return barrierAfter, guaranteed to be non-null.
-
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 BarrierSuffix> 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
-
getBarrierAfter
Boolean getBarrierAfter()Return barrierAfter, ornull
if it is not present.- Returns:
Boolean
barrierAfter, ornull
if it is not present.
-
requireBarrierAfter
Return barrierAfter, guaranteed to be non-null.- Returns:
Boolean
barrierAfter, guaranteed to be non-null.- Throws:
NoSuchElementException
- if barrierAfter is not present
-