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