Uses of Interface
org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.ImageRemoveInput
-
Packages that use ImageRemoveInput Package Description org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 -
-
Uses of ImageRemoveInput 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 ImageRemoveInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ImageRemoveInput>>
E$$ImageRemoveInputBuilder. 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 ImageRemoveInput Modifier and Type Method Description @NonNull ImageRemoveInputImageRemoveInputBuilder. build()A newImageRemoveInputinstance.Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 that return types with arguments of type ImageRemoveInput Modifier and Type Method Description default Class<ImageRemoveInput>ImageRemoveInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type ImageRemoveInput Modifier and Type Method Description static booleanImageRemoveInput. bindingEquals(@NonNull ImageRemoveInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intImageRemoveInput. bindingHashCode(@NonNull ImageRemoveInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringImageRemoveInput. bindingToString(@NonNull ImageRemoveInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ImageRemoveOutput>>SonicGnoiYangService. imageRemove(ImageRemoveInput input)InvokeImageRemoveRPC.Method parameters in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with type arguments of type ImageRemoveInput Modifier and Type Method Description ImageRemoveInputBuilderImageRemoveInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ImageRemoveInput> augmentation)Add an augmentation to this builder's product.ImageRemoveInputBuilderImageRemoveInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ImageRemoveInput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type ImageRemoveInput Constructor Description ImageRemoveInputBuilder(ImageRemoveInput base)Construct a builder initialized with state from specifiedImageRemoveInput.
-