Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120
Interface MatchRoleSetConditionGrouping
- 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:
MatchRoleSetCondition
@Generated("mdsal-binding-generator")
public interface MatchRoleSetConditionGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module odl-bgp-policy
grouping match-role-set-condition-grouping { container match-role-set { container from-role { uses match-role-condition-grouping; } container to-role { uses match-role-condition-grouping; } } }
-
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 matchRoleSet, ornull
if it is not present.Class<? extends MatchRoleSetConditionGrouping>
@NonNull MatchRoleSet
Return matchRoleSet, 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 MatchRoleSetConditionGrouping> 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
-
getMatchRoleSet
MatchRoleSet getMatchRoleSet()Return matchRoleSet, ornull
if it is not present.Match a list of referenced role-set according to the logic defined in the match-set-options leaf
- Returns:
MatchRoleSet
matchRoleSet, ornull
if it is not present.
-
nonnullMatchRoleSet
@NonNull MatchRoleSet nonnullMatchRoleSet()Return matchRoleSet, or an empty instance if it is not present.- Returns:
MatchRoleSet
matchRoleSet, or an empty instance if it is not present.
-