Uses of Interface
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials.Credentials
-
-
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 Credentials Modifier and Type Method Description CredentialsCredentials. getCredentials()Return credentials, ornullif 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 Credentials Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Credentials>>
E$$CredentialsBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials that return Credentials Modifier and Type Method Description CredentialsCredentialsBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials that return types with arguments of type Credentials Modifier and Type Method Description default Class<Credentials>Credentials. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials with parameters of type Credentials Modifier and Type Method Description static 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 Credentials 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.Constructors in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.credentials with parameters of type Credentials Constructor Description CredentialsBuilder(Credentials base) -
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 Credentials Modifier and Type Method Description CredentialsConnectionParametersBuilder. getCredentials()Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters with parameters of type Credentials Modifier and Type Method Description ConnectionParametersBuilderConnectionParametersBuilder. setCredentials(Credentials value)
-