Uses of Interface
org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.ClearNeighborsInput
-
Packages that use ClearNeighborsInput Package Description org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 -
-
Uses of ClearNeighborsInput in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with type parameters of type ClearNeighborsInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ClearNeighborsInput>>
E$$ClearNeighborsInputBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 that return ClearNeighborsInput Modifier and Type Method Description @NonNull ClearNeighborsInputClearNeighborsInputBuilder. build()A newClearNeighborsInputinstance.Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 that return types with arguments of type ClearNeighborsInput Modifier and Type Method Description default Class<ClearNeighborsInput>ClearNeighborsInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type ClearNeighborsInput Modifier and Type Method Description static booleanClearNeighborsInput. bindingEquals(@NonNull ClearNeighborsInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intClearNeighborsInput. bindingHashCode(@NonNull ClearNeighborsInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringClearNeighborsInput. bindingToString(@NonNull ClearNeighborsInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ClearNeighborsOutput>>SonicGnoiYangService. clearNeighbors(ClearNeighborsInput input)InvokeClearNeighborsRPC.Method parameters in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with type arguments of type ClearNeighborsInput Modifier and Type Method Description ClearNeighborsInputBuilderClearNeighborsInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ClearNeighborsInput> augmentation)Add an augmentation to this builder's product.ClearNeighborsInputBuilderClearNeighborsInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ClearNeighborsInput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type ClearNeighborsInput Constructor Description ClearNeighborsInputBuilder(ClearNeighborsInput base)Construct a builder initialized with state from specifiedClearNeighborsInput.
-