Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120
Interface MatchClusterIdSetConditionGrouping
- 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:
MatchClusterIdSetCondition
@Generated("mdsal-binding-generator")
public interface MatchClusterIdSetConditionGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
Match a list of referenced cluster-id-set according to the logic defined in the
match-set-options leaf
This class represents the following YANG schema fragment defined in module odl-bgp-policy
grouping match-cluster-id-set-condition-grouping { container match-cluster-id-set-condition { leaf cluster-id-set { type leafref { path /rpol:routing-policy/rpol:defined-sets/bgppol:bgp-defined-sets/cluster-id-sets/cluster-id-set/cluster-id-set-name; } } uses rpol:match-set-options-group; } }
-
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 matchClusterIdSetCondition, ornull
if it is not present.Class<? extends MatchClusterIdSetConditionGrouping>
@NonNull MatchClusterIdSetCondition
Return matchClusterIdSetCondition, or an empty instance if it is not present.
-
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 MatchClusterIdSetConditionGrouping> 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
-
getMatchClusterIdSetCondition
MatchClusterIdSetCondition getMatchClusterIdSetCondition()Return matchClusterIdSetCondition, ornull
if it is not present.- Returns:
MatchClusterIdSetCondition
matchClusterIdSetCondition, ornull
if it is not present.
-
nonnullMatchClusterIdSetCondition
@NonNull MatchClusterIdSetCondition nonnullMatchClusterIdSetCondition()Return matchClusterIdSetCondition, or an empty instance if it is not present.- Returns:
MatchClusterIdSetCondition
matchClusterIdSetCondition, or an empty instance if it is not present.
-