Uses of Interface
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.GnmiNode
-
Packages that use GnmiNode Package Description org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 -
-
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 GnmiNode Modifier and Type Method Description @NonNull GnmiNodeGnmiNodeBuilder. build()A newGnmiNodeinstance.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 that return types with arguments of type GnmiNode Modifier and Type Method Description default Class<GnmiNode>GnmiNode. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 with parameters of type GnmiNode Modifier and Type Method Description static 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 GnmiNode Constructor Description GnmiNodeBuilder(GnmiNode base)Construct a builder initialized with state from specifiedGnmiNode.
-