Uses of Interface
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.GnmiNode
Packages that use GnmiNode
-
Uses of GnmiNode 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 GnmiNodeModifier and TypeMethodDescription@NonNull GnmiNodeGnmiNodeBuilder.build()A newGnmiNodeinstance.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 that return types with arguments of type GnmiNodeMethods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 with parameters of type GnmiNodeModifier and TypeMethodDescriptionstatic booleanGnmiNode.bindingEquals(@NonNull GnmiNode thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intGnmiNode.bindingHashCode(@NonNull GnmiNode obj) Default implementation ofObject.hashCode()contract for this interface.static StringGnmiNode.bindingToString(@NonNull GnmiNode obj) Default implementation ofObject.toString()contract for this interface.Constructors in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 with parameters of type GnmiNodeModifierConstructorDescriptionGnmiNodeBuilder(GnmiNode base) Construct a builder initialized with state from specifiedGnmiNode.