Uses of Interface
org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.ImageInstallOutput
-
Packages that use ImageInstallOutput Package Description org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 -
-
Uses of ImageInstallOutput 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 ImageInstallOutput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ImageInstallOutput>>
E$$ImageInstallOutputBuilder. 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 ImageInstallOutput Modifier and Type Method Description @NonNull ImageInstallOutputImageInstallOutputBuilder. build()A newImageInstallOutputinstance.Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 that return types with arguments of type ImageInstallOutput Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ImageInstallOutput>>SonicGnoiYangService. imageInstall(ImageInstallInput input)InvokeImageInstallRPC.default Class<ImageInstallOutput>ImageInstallOutput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type ImageInstallOutput Modifier and Type Method Description static booleanImageInstallOutput. bindingEquals(@NonNull ImageInstallOutput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intImageInstallOutput. bindingHashCode(@NonNull ImageInstallOutput obj)Default implementation ofObject.hashCode()contract for this interface.static StringImageInstallOutput. bindingToString(@NonNull ImageInstallOutput 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 ImageInstallOutput Modifier and Type Method Description ImageInstallOutputBuilderImageInstallOutputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ImageInstallOutput> augmentation)Add an augmentation to this builder's product.ImageInstallOutputBuilderImageInstallOutputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ImageInstallOutput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type ImageInstallOutput Constructor Description ImageInstallOutputBuilder(ImageInstallOutput base)Construct a builder initialized with state from specifiedImageInstallOutput.
-