Uses of Interface
org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.copyconfig.output.CopyConfigResponse
-
Packages that use CopyConfigResponse Package Description org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.copyconfig.output -
-
Uses of CopyConfigResponse in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 that return CopyConfigResponse Modifier and Type Method Description CopyConfigResponseCopyConfigOutput. getCopyConfigResponse()Return copyConfigResponse, ornullif it is not present.CopyConfigResponseCopyConfigOutputBuilder. getCopyConfigResponse()Return current value associated with the property corresponding toCopyConfigOutput.getCopyConfigResponse().Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type CopyConfigResponse Modifier and Type Method Description CopyConfigOutputBuilderCopyConfigOutputBuilder. setCopyConfigResponse(CopyConfigResponse value)Set the property corresponding toCopyConfigOutput.getCopyConfigResponse()to the specified value. -
Uses of CopyConfigResponse in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.copyconfig.output
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.copyconfig.output with type parameters of type CopyConfigResponse Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CopyConfigResponse>>
E$$CopyConfigResponseBuilder. 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.copyconfig.output that return CopyConfigResponse Modifier and Type Method Description @NonNull CopyConfigResponseCopyConfigResponseBuilder. build()A newCopyConfigResponseinstance.Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.copyconfig.output that return types with arguments of type CopyConfigResponse Modifier and Type Method Description default Class<CopyConfigResponse>CopyConfigResponse. implementedInterface()Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.copyconfig.output with parameters of type CopyConfigResponse Modifier and Type Method Description static booleanCopyConfigResponse. bindingEquals(@NonNull CopyConfigResponse thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intCopyConfigResponse. bindingHashCode(@NonNull CopyConfigResponse obj)Default implementation ofObject.hashCode()contract for this interface.static StringCopyConfigResponse. bindingToString(@NonNull CopyConfigResponse obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.copyconfig.output with type arguments of type CopyConfigResponse Modifier and Type Method Description CopyConfigResponseBuilderCopyConfigResponseBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<CopyConfigResponse> augmentation)Add an augmentation to this builder's product.CopyConfigResponseBuilderCopyConfigResponseBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CopyConfigResponse>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.copyconfig.output with parameters of type CopyConfigResponse Constructor Description CopyConfigResponseBuilder(CopyConfigResponse base)Construct a builder initialized with state from specifiedCopyConfigResponse.
-