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.StatementBuilder
Package
Description
-
Uses of StatementBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy.policy.definitions.policy.definition.statements
Modifier and TypeMethodDescriptionStatementBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Statement> augmentation) Add an augmentation to this builder's product.StatementBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Statement>> augmentationType) Remove an augmentation from this builder's product.StatementBuilder.setActions
(Actions value) Set the property corresponding toStatement.getActions()
to the specified value.StatementBuilder.setConditions
(Conditions value) Set the property corresponding toStatement.getConditions()
to the specified value.Set the property corresponding toStatement.getName()
to the specified value.StatementBuilder.withKey
(StatementKey key) Set the key value corresponding toStatement.key()
to the specified value.