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 Type
    Method
    Description
    Return matchSetOptions, or null if it is not present.
    default @NonNull MatchSetOptionsType
    Return matchSetOptions, guaranteed to be non-null.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getMatchSetOptions

      MatchSetOptionsType getMatchSetOptions()
      Return matchSetOptions, or null if it is not present.
           
               Optional parameter that governs the behaviour of the match operation
           
       
      Returns:
      MatchSetOptionsType matchSetOptions, or null if it is not present.
    • requireMatchSetOptions

      default @NonNull MatchSetOptionsType 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