Uses of Interface
org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.output.ClearNeighborsResponse
Packages that use ClearNeighborsResponse
Package
Description
-
Uses of ClearNeighborsResponse in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 that return ClearNeighborsResponseModifier and TypeMethodDescriptionClearNeighborsOutput.getClearNeighborsResponse()Return clearNeighborsResponse, ornullif it is not present.ClearNeighborsOutputBuilder.getClearNeighborsResponse()Return current value associated with the property corresponding toClearNeighborsOutput.getClearNeighborsResponse().@NonNull ClearNeighborsResponseClearNeighborsOutput.nonnullClearNeighborsResponse()Return clearNeighborsResponse, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type ClearNeighborsResponseModifier and TypeMethodDescriptionClearNeighborsOutputBuilder.setClearNeighborsResponse(ClearNeighborsResponse value) Set the property corresponding toClearNeighborsOutput.getClearNeighborsResponse()to the specified value. -
Uses of ClearNeighborsResponse in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.output
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.output with type parameters of type ClearNeighborsResponseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ClearNeighborsResponse>>
E$$ClearNeighborsResponseBuilder.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.output that return ClearNeighborsResponseModifier and TypeMethodDescription@NonNull ClearNeighborsResponseClearNeighborsResponseBuilder.build()A newClearNeighborsResponseinstance.static @NonNull ClearNeighborsResponseClearNeighborsResponseBuilder.empty()Get empty instance of ClearNeighborsResponse.Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.output that return types with arguments of type ClearNeighborsResponseModifier and TypeMethodDescriptiondefault Class<ClearNeighborsResponse>ClearNeighborsResponse.implementedInterface()Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.output with parameters of type ClearNeighborsResponseModifier and TypeMethodDescriptionstatic booleanClearNeighborsResponse.bindingEquals(@NonNull ClearNeighborsResponse thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intClearNeighborsResponse.bindingHashCode(@NonNull ClearNeighborsResponse obj) Default implementation ofObject.hashCode()contract for this interface.static StringClearNeighborsResponse.bindingToString(@NonNull ClearNeighborsResponse obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.output with type arguments of type ClearNeighborsResponseModifier and TypeMethodDescriptionClearNeighborsResponseBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ClearNeighborsResponse> augmentation) Add an augmentation to this builder's product.ClearNeighborsResponseBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ClearNeighborsResponse>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.output with parameters of type ClearNeighborsResponseModifierConstructorDescriptionConstruct a builder initialized with state from specifiedClearNeighborsResponse.