Uses of Class
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials.CredentialsBuilder
Packages that use CredentialsBuilder
-
Uses of CredentialsBuilder in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials
Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials that return CredentialsBuilderModifier and TypeMethodDescriptionCredentialsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Credentials> augmentation) Add an augmentation to this builder's product.CredentialsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Credentials>> augmentationType) Remove an augmentation from this builder's product.CredentialsBuilder.setPassword(String value) Set the property corresponding toCredentials.getPassword()to the specified value.CredentialsBuilder.setUsername(String value) Set the property corresponding toCredentials.getUsername()to the specified value.