Interface MatchSetOptionsGroup
- 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:
MatchAsPathSet,MatchClusterIdSetCondition,MatchCommunitySet,MatchExtCommunitySet
@Generated("mdsal-binding-generator")
public interface MatchSetOptionsGroup
extends org.opendaylight.yangtools.binding.Grouping
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;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn matchSetOptions, ornullif it is not present.default @NonNull MatchSetOptionsTypeReturn matchSetOptions, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getMatchSetOptions
MatchSetOptionsType getMatchSetOptions()Return matchSetOptions, ornullif it is not present.Optional parameter that governs the behaviour of the match operation- Returns:
MatchSetOptionsTypematchSetOptions, ornullif it is not present.
-
requireMatchSetOptions
Return matchSetOptions, guaranteed to be non-null.Optional parameter that governs the behaviour of the match operation- Returns:
MatchSetOptionsTypematchSetOptions, guaranteed to be non-null.- Throws:
NoSuchElementException- if matchSetOptions is not present
-