Uses of Class
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials.CredentialsBuilder
-
Packages that use CredentialsBuilder Package Description org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials -
-
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 CredentialsBuilder Modifier and Type Method Description CredentialsBuilderCredentialsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Credentials> augmentation)Add an augmentation to this builder's product.CredentialsBuilderCredentialsBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Credentials>> augmentationType)Remove an augmentation from this builder's product.CredentialsBuilderCredentialsBuilder. setPassword(String value)Set the property corresponding toCredentials.getPassword()to the specified value.CredentialsBuilderCredentialsBuilder. setUsername(String value)Set the property corresponding toCredentials.getUsername()to the specified value.
-