Uses of Class
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters.ConnectionParametersBuilder
Packages that use ConnectionParametersBuilder
Package
Description
-
Uses of ConnectionParametersBuilder in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters
Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters that return ConnectionParametersBuilderModifier and TypeMethodDescriptionConnectionParametersBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ConnectionParameters> augmentation) Add an augmentation to this builder's product.ConnectionParametersBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ConnectionParameters>> augmentationType) Remove an augmentation from this builder's product.ConnectionParametersBuilder.setCredentials(Credentials value) Set the property corresponding toCredentials.getCredentials()to the specified value.ConnectionParametersBuilder.setHost(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Host value) Set the property corresponding toConnectionParameters.getHost()to the specified value.ConnectionParametersBuilder.setPort(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber value) Set the property corresponding toConnectionParameters.getPort()to the specified value.ConnectionParametersBuilder.setSecurityChoice(SecurityChoice value) Set the property corresponding toSecurity.getSecurityChoice()to the specified value.