Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.server.config.ServerBuilder
Packages that use ServerBuilder
Package
Description
-
Uses of ServerBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.server.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.server.config that return ServerBuilderModifier and TypeMethodDescriptionServerBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Server> augmentation) Add an augmentation to this builder's product.ServerBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Server>> augmentationType) Remove an augmentation from this builder's product.ServerBuilder.setBindingAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone value) Set the property corresponding toServer.getBindingAddress()
to the specified value.ServerBuilder.setBindingPort
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber value) Set the property corresponding toServer.getBindingPort()
to the specified value.