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