Interface MatchSetOptionsGroup
- 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:
MatchAsPathSet
,MatchClusterIdSetCondition
,MatchCommunitySet
,MatchExtCommunitySet
@Generated("mdsal-binding-generator")
public interface MatchSetOptionsGroup
extends org.opendaylight.yangtools.yang.binding.DataObject
Grouping containing options relating to how a particular set should be matched
This class represents the following YANG schema fragment defined in module openconfig-routing-policy
grouping match-set-options-group { leaf match-set-options { type pt:match-set-options-type; } }
-
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 matchSetOptions, ornull
if it is not present.Class<? extends MatchSetOptionsGroup>
default @NonNull MatchSetOptionsType
Return matchSetOptions, 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 MatchSetOptionsGroup> 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
-
getMatchSetOptions
MatchSetOptionsType getMatchSetOptions()Return matchSetOptions, ornull
if it is not present.Optional parameter that governs the behaviour of the match operation
- Returns:
MatchSetOptionsType
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
- Returns:
MatchSetOptionsType
matchSetOptions, guaranteed to be non-null.- Throws:
NoSuchElementException
- if matchSetOptions is not present
-