Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy.policy.definitions.policy.definition.statements.statement.ConditionsBuilder
Package
Description
-
Uses of ConditionsBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy.policy.definitions.policy.definition.statements.statement
Modifier and TypeMethodDescriptionConditionsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Conditions> augmentation) Add an augmentation to this builder's product.ConditionsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Conditions>> augmentationType) Remove an augmentation from this builder's product.ConditionsBuilder.setCallPolicy
(String value) Set the property corresponding toConditions.getCallPolicy()
to the specified value.ConditionsBuilder.setIgpConditions
(IgpConditions value) Set the property corresponding toIgpConditions.getIgpConditions()
to the specified value.ConditionsBuilder.setInstallProtocolEq
(InstallProtocolType value) Set the property corresponding toLocalGenericConditions.getInstallProtocolEq()
to the specified value.ConditionsBuilder.setMatchNeighborSet
(MatchNeighborSet value) Set the property corresponding toGenericConditions.getMatchNeighborSet()
to the specified value.ConditionsBuilder.setMatchPrefixSet
(MatchPrefixSet value) Set the property corresponding toGenericConditions.getMatchPrefixSet()
to the specified value.ConditionsBuilder.setMatchTagSet
(MatchTagSet value) Set the property corresponding toGenericConditions.getMatchTagSet()
to the specified value.