Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.conditions.MatchNeighborSet
Packages that use MatchNeighborSet
Package
Description
-
Uses of MatchNeighborSet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009 that return MatchNeighborSetModifier and TypeMethodDescriptionGenericConditions.getMatchNeighborSet()
Return matchNeighborSet, ornull
if it is not present. -
Uses of MatchNeighborSet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.conditions
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.conditions with type parameters of type MatchNeighborSetModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<MatchNeighborSet>>
E$$MatchNeighborSetBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.conditions that return MatchNeighborSetModifier and TypeMethodDescription@NonNull MatchNeighborSet
MatchNeighborSetBuilder.build()
A newMatchNeighborSet
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.conditions that return types with arguments of type MatchNeighborSetModifier and TypeMethodDescriptiondefault Class
<MatchNeighborSet> MatchNeighborSet.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.conditions with parameters of type MatchNeighborSetModifier and TypeMethodDescriptionstatic boolean
MatchNeighborSet.bindingEquals
(@NonNull MatchNeighborSet thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MatchNeighborSet.bindingHashCode
(@NonNull MatchNeighborSet obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MatchNeighborSet.bindingToString
(@NonNull MatchNeighborSet obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.conditions with type arguments of type MatchNeighborSetModifier and TypeMethodDescriptionMatchNeighborSetBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<MatchNeighborSet> augmentation) Add an augmentation to this builder's product.MatchNeighborSetBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<MatchNeighborSet>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.conditions with parameters of type MatchNeighborSetModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMatchNeighborSet
. -
Uses of MatchNeighborSet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy.policy.definitions.policy.definition.statements.statement
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy.policy.definitions.policy.definition.statements.statement that return MatchNeighborSetModifier and TypeMethodDescriptionConditionsBuilder.getMatchNeighborSet()
Return current value associated with the property corresponding toGenericConditions.getMatchNeighborSet()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy.policy.definitions.policy.definition.statements.statement with parameters of type MatchNeighborSetModifier and TypeMethodDescriptionConditionsBuilder.setMatchNeighborSet
(MatchNeighborSet value) Set the property corresponding toGenericConditions.getMatchNeighborSet()
to the specified value.