Uses of Class
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters.ConnectionParametersBuilder
-
Packages that use ConnectionParametersBuilder Package Description org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters -
-
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 ConnectionParametersBuilder Modifier and Type Method Description ConnectionParametersBuilderConnectionParametersBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ConnectionParameters> augmentation)Add an augmentation to this builder's product.ConnectionParametersBuilderConnectionParametersBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ConnectionParameters>> augmentationType)Remove an augmentation from this builder's product.ConnectionParametersBuilderConnectionParametersBuilder. setCredentials(Credentials value)Set the property corresponding toCredentials.getCredentials()to the specified value.ConnectionParametersBuilderConnectionParametersBuilder. 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.ConnectionParametersBuilderConnectionParametersBuilder. 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.ConnectionParametersBuilderConnectionParametersBuilder. setSecurityChoice(SecurityChoice value)Set the property corresponding toSecurity.getSecurityChoice()to the specified value.
-