Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.operation.result.Error
-
-
Uses of Error in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 that return types with arguments of type Error Modifier and Type Method Description List<Error>AddLspOutputBuilder. getError()List<Error>EnsureLspOperationalOutputBuilder. getError()@Nullable List<Error>OperationResult. getError()Return error, ornullif it is not present.List<Error>RemoveLspOutputBuilder. getError()List<Error>TriggerSyncOutputBuilder. getError()List<Error>UpdateLspOutputBuilder. getError()default @NonNull List<Error>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.rev200120 with type arguments of type Error Modifier and Type Method Description AddLspOutputBuilderAddLspOutputBuilder. setError(List<Error> values)EnsureLspOperationalOutputBuilderEnsureLspOperationalOutputBuilder. setError(List<Error> values)RemoveLspOutputBuilderRemoveLspOutputBuilder. setError(List<Error> values)TriggerSyncOutputBuilderTriggerSyncOutputBuilder. setError(List<Error> values)UpdateLspOutputBuilderUpdateLspOutputBuilder. setError(List<Error> values) -
Uses of Error in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.operation.result
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.operation.result with type parameters of type Error Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Error>>
E$$ErrorBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.operation.result that return Error Modifier and Type Method Description ErrorErrorBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.operation.result that return types with arguments of type Error Modifier and Type Method Description default Class<Error>Error. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.operation.result with parameters of type Error Modifier and Type Method Description static 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.rev200120.operation.result with type arguments of type Error Modifier and Type Method Description ErrorBuilderErrorBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Error> augmentation)Add an augmentation to this builder's product.ErrorBuilderErrorBuilder. 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.rev200120.operation.result with parameters of type Error Constructor Description ErrorBuilder(Error base)
-