Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.operation.result.Error
Packages that use Error
Package
Description
-
Uses of Error in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 that return types with arguments of type ErrorModifier and TypeMethodDescriptionAddLspOutputBuilder.getError()Return current value associated with the property corresponding toOperationResult.getError().EnsureLspOperationalOutputBuilder.getError()Return current value associated with the property corresponding toOperationResult.getError().OperationResult.getError()Return error, ornullif it is not present.RemoveLspOutputBuilder.getError()Return current value associated with the property corresponding toOperationResult.getError().TriggerSyncOutputBuilder.getError()Return current value associated with the property corresponding toOperationResult.getError().UpdateLspOutputBuilder.getError()Return current value associated with the property corresponding toOperationResult.getError().OperationResult.nonnullError()Return error, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 with type arguments of type ErrorModifier and TypeMethodDescriptionSet the property corresponding toOperationResult.getError()to the specified value.Set the property corresponding toOperationResult.getError()to the specified value.Set the property corresponding toOperationResult.getError()to the specified value.Set the property corresponding toOperationResult.getError()to the specified value.Set the property corresponding toOperationResult.getError()to the specified value. -
Uses of Error in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.operation.result
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.operation.result with type parameters of type ErrorModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Error>>
E$$ErrorBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.operation.result that return ErrorMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.operation.result that return types with arguments of type ErrorMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.operation.result with parameters of type ErrorModifier and TypeMethodDescriptionstatic booleanError.bindingEquals(@NonNull Error thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intError.bindingHashCode(@NonNull Error obj) Default implementation ofObject.hashCode()contract for this interface.static StringError.bindingToString(@NonNull Error obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.operation.result with type arguments of type ErrorModifier and TypeMethodDescriptionErrorBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Error> augmentation) Add an augmentation to this builder's product.ErrorBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Error>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.operation.result with parameters of type ErrorModifierConstructorDescriptionErrorBuilder(Error base) Construct a builder initialized with state from specifiedError.