Interface GenericDefinedSets
- 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:
DefinedSets
@Generated("mdsal-binding-generator")
public interface GenericDefinedSets
extends org.opendaylight.yangtools.binding.Grouping
Data definitions for pre-defined sets of attributes used in policy match
conditions. These sets are generic and can be used in matching conditions in
different routing protocols.
This class represents the following YANG schema fragment defined in module openconfig-routing-policy
grouping generic-defined-sets {
container prefix-sets {
uses prefix-set;
}
container neighbor-sets {
uses neighbor-set;
}
container tag-sets {
uses tag-set;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn neighborSets, ornullif it is not present.Return prefixSets, ornullif it is not present.Return tagSets, ornullif it is not present.@NonNull NeighborSetsReturn neighborSets, or an empty instance if it is not present.@NonNull PrefixSetsReturn prefixSets, or an empty instance if it is not present.@NonNull TagSetsReturn tagSets, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getPrefixSets
PrefixSets getPrefixSets()Return prefixSets, ornullif it is not present.Enclosing container for defined prefix sets for matching- Returns:
PrefixSetsprefixSets, ornullif it is not present.
-
nonnullPrefixSets
@NonNull PrefixSets nonnullPrefixSets()Return prefixSets, or an empty instance if it is not present.- Returns:
PrefixSetsprefixSets, or an empty instance if it is not present.
-
getNeighborSets
NeighborSets getNeighborSets()Return neighborSets, ornullif it is not present.Enclosing container for defined neighbor sets for matching- Returns:
NeighborSetsneighborSets, ornullif it is not present.
-
nonnullNeighborSets
@NonNull NeighborSets nonnullNeighborSets()Return neighborSets, or an empty instance if it is not present.- Returns:
NeighborSetsneighborSets, or an empty instance if it is not present.
-
getTagSets
TagSets getTagSets()Return tagSets, ornullif it is not present.Enclosing container for defined tag sets for matching- Returns:
TagSetstagSets, ornullif it is not present.
-
nonnullTagSets
@NonNull TagSets nonnullTagSets()Return tagSets, or an empty instance if it is not present.- Returns:
TagSetstagSets, or an empty instance if it is not present.
-