Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.Errors
Packages that use Errors
Package
Description
-
Uses of Errors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message that return types with arguments of type ErrorsModifier and TypeMethodDescriptionPcerrMessage.getErrors()Return errors, ornullif it is not present.PcerrMessageBuilder.getErrors()Return current value associated with the property corresponding toPcerrMessage.getErrors().PcerrMessage.nonnullErrors()Return errors, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message with type arguments of type ErrorsModifier and TypeMethodDescriptionSet the property corresponding toPcerrMessage.getErrors()to the specified value. -
Uses of Errors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message with type parameters of type ErrorsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Errors>>
E$$ErrorsBuilder.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.pcep.types.rev181109.pcerr.message.pcerr.message that return ErrorsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message that return types with arguments of type ErrorsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message with parameters of type ErrorsModifier and TypeMethodDescriptionstatic booleanErrors.bindingEquals(@NonNull Errors thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intErrors.bindingHashCode(@NonNull Errors obj) Default implementation ofObject.hashCode()contract for this interface.static StringErrors.bindingToString(@NonNull Errors obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message with type arguments of type ErrorsModifier and TypeMethodDescriptionErrorsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Errors> augmentation) Add an augmentation to this builder's product.ErrorsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Errors>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message with parameters of type ErrorsModifierConstructorDescriptionErrorsBuilder(Errors base) Construct a builder initialized with state from specifiedErrors.