Uses of Interface
org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.input.ClearNeighborsRequest
Packages that use ClearNeighborsRequest
Package
Description
-
Uses of ClearNeighborsRequest in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 that return ClearNeighborsRequestModifier and TypeMethodDescriptionClearNeighborsInput.getClearNeighborsRequest()Return clearNeighborsRequest, ornullif it is not present.ClearNeighborsInputBuilder.getClearNeighborsRequest()Return current value associated with the property corresponding toClearNeighborsInput.getClearNeighborsRequest().Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type ClearNeighborsRequestModifier and TypeMethodDescriptionClearNeighborsInputBuilder.setClearNeighborsRequest(ClearNeighborsRequest value) Set the property corresponding toClearNeighborsInput.getClearNeighborsRequest()to the specified value. -
Uses of ClearNeighborsRequest in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.input
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.input with type parameters of type ClearNeighborsRequestModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ClearNeighborsRequest>>
E$$ClearNeighborsRequestBuilder.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.clearneighbors.input that return ClearNeighborsRequestModifier and TypeMethodDescription@NonNull ClearNeighborsRequestClearNeighborsRequestBuilder.build()A newClearNeighborsRequestinstance.Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.input that return types with arguments of type ClearNeighborsRequestModifier and TypeMethodDescriptiondefault Class<ClearNeighborsRequest>ClearNeighborsRequest.implementedInterface()Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.input with parameters of type ClearNeighborsRequestModifier and TypeMethodDescriptionstatic booleanClearNeighborsRequest.bindingEquals(@NonNull ClearNeighborsRequest thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intClearNeighborsRequest.bindingHashCode(@NonNull ClearNeighborsRequest obj) Default implementation ofObject.hashCode()contract for this interface.static StringClearNeighborsRequest.bindingToString(@NonNull ClearNeighborsRequest obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.input with type arguments of type ClearNeighborsRequestModifier and TypeMethodDescriptionClearNeighborsRequestBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ClearNeighborsRequest> augmentation) Add an augmentation to this builder's product.ClearNeighborsRequestBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ClearNeighborsRequest>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.input with parameters of type ClearNeighborsRequestModifierConstructorDescriptionConstruct a builder initialized with state from specifiedClearNeighborsRequest.