Uses of Interface
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials.Credentials
Packages that use Credentials
Package
Description
-
Uses of Credentials in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316
Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 that return CredentialsModifier and TypeMethodDescriptionCredentials.getCredentials()Return credentials, ornullif it is not present.@NonNull CredentialsCredentials.nonnullCredentials()Return credentials, or an empty instance if it is not present. -
Uses of Credentials 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 with type parameters of type CredentialsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Credentials>>
E$$CredentialsBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials that return CredentialsModifier and TypeMethodDescription@NonNull CredentialsCredentialsBuilder.build()A newCredentialsinstance.static @NonNull CredentialsCredentialsBuilder.empty()Get empty instance of Credentials.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials that return types with arguments of type CredentialsMethods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials with parameters of type CredentialsModifier and TypeMethodDescriptionstatic booleanCredentials.bindingEquals(@NonNull Credentials thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intCredentials.bindingHashCode(@NonNull Credentials obj) Default implementation ofObject.hashCode()contract for this interface.static StringCredentials.bindingToString(@NonNull Credentials obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials with type arguments of type CredentialsModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials with parameters of type CredentialsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCredentials. -
Uses of Credentials 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 CredentialsModifier and TypeMethodDescriptionConnectionParametersBuilder.getCredentials()Return current value associated with the property corresponding toCredentials.getCredentials().Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters with parameters of type CredentialsModifier and TypeMethodDescriptionConnectionParametersBuilder.setCredentials(Credentials value) Set the property corresponding toCredentials.getCredentials()to the specified value.