Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.apply.policy.group.apply.policy.ConfigBuilder
Packages that use ConfigBuilder
Package
Description
-
Uses of ConfigBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.apply.policy.group.apply.policy
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.apply.policy.group.apply.policy that return ConfigBuilderModifier and TypeMethodDescriptionConfigBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Config> augmentation) Add an augmentation to this builder's product.ConfigBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Config>> augmentationType) Remove an augmentation from this builder's product.ConfigBuilder.setDefaultExportPolicy(DefaultPolicyType value) Set the property corresponding toApplyPolicyConfig.getDefaultExportPolicy()to the specified value.ConfigBuilder.setDefaultImportPolicy(DefaultPolicyType value) Set the property corresponding toApplyPolicyConfig.getDefaultImportPolicy()to the specified value.ConfigBuilder.setExportPolicy(List<String> values) Set the property corresponding toApplyPolicyConfig.getExportPolicy()to the specified value.ConfigBuilder.setImportPolicy(List<String> values) Set the property corresponding toApplyPolicyConfig.getImportPolicy()to the specified value.