Interface MatchSetOptionsRestrictedGroup
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
BgpNeighbor
,FromNeighbor
,FromRole
,MatchNeighborSet
,MatchOriginatorIdSetCondition
,MatchPrefixSet
,MatchRoleConditionGrouping
,MatchTagSet
,ToNeighbor
,ToRole
@Generated("mdsal-binding-generator")
public interface MatchSetOptionsRestrictedGroup
extends org.opendaylight.yangtools.binding.Grouping
Grouping for a restricted set of match operation modifiers
This class represents the following YANG schema fragment defined in module openconfig-routing-policy
grouping match-set-options-restricted-group { leaf match-set-options { type pt:match-set-options-restricted-type; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn matchSetOptions, ornull
if it is not present.default @NonNull MatchSetOptionsRestrictedType
Return matchSetOptions, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getMatchSetOptions
MatchSetOptionsRestrictedType getMatchSetOptions()Return matchSetOptions, ornull
if it is not present.Optional parameter that governs the behaviour of the match operation. This leaf only supports matching on ANY member of the set or inverting the match. Matching on ALL is not supported)
- Returns:
MatchSetOptionsRestrictedType
matchSetOptions, ornull
if it is not present.
-
requireMatchSetOptions
Return matchSetOptions, guaranteed to be non-null.Optional parameter that governs the behaviour of the match operation. This leaf only supports matching on ANY member of the set or inverting the match. Matching on ALL is not supported)
- Returns:
MatchSetOptionsRestrictedType
matchSetOptions, guaranteed to be non-null.- Throws:
NoSuchElementException
- if matchSetOptions is not present
-