Uses of Interface
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters.ConnectionParameters
-
-
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 ConnectionParameters Modifier and Type Method Description ConnectionParametersGnmiConnectionParameters. getConnectionParameters()Return connectionParameters, ornullif it is not present.ConnectionParametersGnmiNodeBuilder. getConnectionParameters()Return current value associated with the property corresponding toGnmiConnectionParameters.getConnectionParameters().Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 with parameters of type ConnectionParameters Modifier and Type Method Description GnmiNodeBuilderGnmiNodeBuilder. 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 ConnectionParameters Modifier and Type Method Description <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 ConnectionParameters Modifier and Type Method Description @NonNull ConnectionParametersConnectionParametersBuilder. build()A newConnectionParametersinstance.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters that return types with arguments of type ConnectionParameters Modifier and Type Method Description default Class<ConnectionParameters>ConnectionParameters. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters with parameters of type ConnectionParameters Modifier and Type Method Description static 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 ConnectionParameters Modifier and Type Method Description ConnectionParametersBuilderConnectionParametersBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ConnectionParameters> augmentation)Add an augmentation to this builder's product.ConnectionParametersBuilderConnectionParametersBuilder. 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 ConnectionParameters Constructor Description ConnectionParametersBuilder(ConnectionParameters base)Construct a builder initialized with state from specifiedConnectionParameters.
-