Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626.RecoverOutputBuilder
-
Uses of RecoverOutputBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626
Modifier and TypeMethodDescriptionRecoverOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<RecoverOutput> augmentation) Add an augmentation to this builder's product.RecoverOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RecoverOutput>> augmentationType) Remove an augmentation from this builder's product.RecoverOutputBuilder.setMessage
(String value) Set the property corresponding toRecoverOutput.getMessage()
to the specified value.RecoverOutputBuilder.setResponse
(RpcResultBase value) Set the property corresponding toRecoverOutput.getResponse()
to the specified value.