Uses of Interface
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters.ConnectionParameters
Packages that use ConnectionParameters
Package
Description
-
Uses of ConnectionParameters 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 ConnectionParametersModifier and TypeMethodDescriptionGnmiConnectionParameters.getConnectionParameters()Return connectionParameters, ornullif it is not present.GnmiNodeBuilder.getConnectionParameters()Return current value associated with the property corresponding toGnmiConnectionParameters.getConnectionParameters().@NonNull ConnectionParametersGnmiConnectionParameters.nonnullConnectionParameters()Return connectionParameters, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 with parameters of type ConnectionParametersModifier and TypeMethodDescriptionGnmiNodeBuilder.setConnectionParameters(ConnectionParameters value) Set the property corresponding toGnmiConnectionParameters.getConnectionParameters()to the specified value. -
Uses of ConnectionParameters 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 with type parameters of type ConnectionParametersModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ConnectionParameters>>
E$$ConnectionParametersBuilder.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.gnmi.connection.parameters that return ConnectionParametersModifier and TypeMethodDescription@NonNull ConnectionParametersConnectionParametersBuilder.build()A newConnectionParametersinstance.static @NonNull ConnectionParametersConnectionParametersBuilder.empty()Get empty instance of ConnectionParameters.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters that return types with arguments of type ConnectionParametersModifier and TypeMethodDescriptiondefault Class<ConnectionParameters>ConnectionParameters.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters with parameters of type ConnectionParametersModifier and TypeMethodDescriptionstatic booleanConnectionParameters.bindingEquals(@NonNull ConnectionParameters thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intConnectionParameters.bindingHashCode(@NonNull ConnectionParameters obj) Default implementation ofObject.hashCode()contract for this interface.static StringConnectionParameters.bindingToString(@NonNull ConnectionParameters obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters with type arguments of type ConnectionParametersModifier and TypeMethodDescriptionConnectionParametersBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ConnectionParameters> augmentation) Add an augmentation to this builder's product.ConnectionParametersBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ConnectionParameters>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters with parameters of type ConnectionParametersModifierConstructorDescriptionConstruct a builder initialized with state from specifiedConnectionParameters.