Uses of Interface
org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.CopyConfigInput
-
Packages that use CopyConfigInput Package Description org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 -
-
Uses of CopyConfigInput 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 CopyConfigInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CopyConfigInput>>
E$$CopyConfigInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 that return CopyConfigInput Modifier and Type Method Description CopyConfigInputCopyConfigInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 that return types with arguments of type CopyConfigInput Modifier and Type Method Description default Class<CopyConfigInput>CopyConfigInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type CopyConfigInput Modifier and Type Method Description static booleanCopyConfigInput. bindingEquals(@NonNull CopyConfigInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intCopyConfigInput. bindingHashCode(@NonNull CopyConfigInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringCopyConfigInput. bindingToString(@NonNull CopyConfigInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CopyConfigOutput>>SonicGnoiYangService. copyConfig(CopyConfigInput input)InvokeCopyConfigRPC.Method parameters in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with type arguments of type CopyConfigInput Modifier and Type Method Description CopyConfigInputBuilderCopyConfigInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<CopyConfigInput> augmentation)Add an augmentation to this builder's product.CopyConfigInputBuilderCopyConfigInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CopyConfigInput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type CopyConfigInput Constructor Description CopyConfigInputBuilder(CopyConfigInput base)
-