Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.conditions.MatchTagSet
Packages that use MatchTagSet
Package
Description
-
Uses of MatchTagSet 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 MatchTagSetModifier and TypeMethodDescriptionGenericConditions.getMatchTagSet()
Return matchTagSet, ornull
if it is not present. -
Uses of MatchTagSet 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 MatchTagSetModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MatchTagSet>>
E$$MatchTagSetBuilder.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 MatchTagSetModifier and TypeMethodDescription@NonNull MatchTagSet
MatchTagSetBuilder.build()
A newMatchTagSet
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.conditions that return types with arguments of type MatchTagSetMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.conditions with parameters of type MatchTagSetModifier and TypeMethodDescriptionstatic boolean
MatchTagSet.bindingEquals
(@NonNull MatchTagSet thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MatchTagSet.bindingHashCode
(@NonNull MatchTagSet obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MatchTagSet.bindingToString
(@NonNull MatchTagSet 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 MatchTagSetModifier and TypeMethodDescriptionMatchTagSetBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<MatchTagSet> augmentation) Add an augmentation to this builder's product.MatchTagSetBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MatchTagSet>> 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 MatchTagSetModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMatchTagSet
. -
Uses of MatchTagSet 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 MatchTagSetModifier and TypeMethodDescriptionConditionsBuilder.getMatchTagSet()
Return current value associated with the property corresponding toGenericConditions.getMatchTagSet()
.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 MatchTagSetModifier and TypeMethodDescriptionConditionsBuilder.setMatchTagSet
(MatchTagSet value) Set the property corresponding toGenericConditions.getMatchTagSet()
to the specified value.