Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.connection.point.endpoints.endpoint.ConfigBuilder
Packages that use ConfigBuilder
-
Uses of ConfigBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.connection.point.endpoints.endpoint
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.connection.point.endpoints.endpoint 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.setEndpointId
(String value) Set the property corresponding toInstanceEndpointConfig.getEndpointId()
to the specified value.ConfigBuilder.setLocalRemote
(LocalRemote value) Set the property corresponding toInstanceEndpointLocalRemote.getLocalRemote()
to the specified value.ConfigBuilder.setPrecedence
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toInstanceEndpointConfig.getPrecedence()
to the specified value.