Uses of Interface
org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.imageinstall.input.ImageInstallRequest
-
Packages that use ImageInstallRequest Package Description org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.imageinstall.input -
-
Uses of ImageInstallRequest in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 that return ImageInstallRequest Modifier and Type Method Description ImageInstallRequestImageInstallInput. getImageInstallRequest()Return imageInstallRequest, ornullif it is not present.ImageInstallRequestImageInstallInputBuilder. getImageInstallRequest()Return current value associated with the property corresponding toImageInstallInput.getImageInstallRequest().Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type ImageInstallRequest Modifier and Type Method Description ImageInstallInputBuilderImageInstallInputBuilder. setImageInstallRequest(ImageInstallRequest value)Set the property corresponding toImageInstallInput.getImageInstallRequest()to the specified value. -
Uses of ImageInstallRequest in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.imageinstall.input
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.imageinstall.input with type parameters of type ImageInstallRequest Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ImageInstallRequest>>
E$$ImageInstallRequestBuilder. 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.imageinstall.input that return ImageInstallRequest Modifier and Type Method Description @NonNull ImageInstallRequestImageInstallRequestBuilder. build()A newImageInstallRequestinstance.Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.imageinstall.input that return types with arguments of type ImageInstallRequest Modifier and Type Method Description default Class<ImageInstallRequest>ImageInstallRequest. implementedInterface()Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.imageinstall.input with parameters of type ImageInstallRequest Modifier and Type Method Description static booleanImageInstallRequest. bindingEquals(@NonNull ImageInstallRequest thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intImageInstallRequest. bindingHashCode(@NonNull ImageInstallRequest obj)Default implementation ofObject.hashCode()contract for this interface.static StringImageInstallRequest. bindingToString(@NonNull ImageInstallRequest obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.imageinstall.input with type arguments of type ImageInstallRequest Modifier and Type Method Description ImageInstallRequestBuilderImageInstallRequestBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ImageInstallRequest> augmentation)Add an augmentation to this builder's product.ImageInstallRequestBuilderImageInstallRequestBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ImageInstallRequest>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.imageinstall.input with parameters of type ImageInstallRequest Constructor Description ImageInstallRequestBuilder(ImageInstallRequest base)Construct a builder initialized with state from specifiedImageInstallRequest.
-