Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object.ErrorObject
Packages that use ErrorObject
Package
Description
-
Uses of ErrorObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return ErrorObjectModifier and TypeMethodDescriptionPcepErrorObject.getErrorObject()Return errorObject, ornullif it is not present.@NonNull ErrorObjectPcepErrorObject.nonnullErrorObject()Return errorObject, or an empty instance if it is not present. -
Uses of ErrorObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object with type parameters of type ErrorObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ErrorObject>>
E$$ErrorObjectBuilder.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.pcep.error.object that return ErrorObjectModifier and TypeMethodDescription@NonNull ErrorObjectErrorObjectBuilder.build()A newErrorObjectinstance.static @NonNull ErrorObjectErrorObjectBuilder.empty()Get empty instance of ErrorObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object that return types with arguments of type ErrorObjectMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object with parameters of type ErrorObjectModifier and TypeMethodDescriptionstatic booleanErrorObject.bindingEquals(@NonNull ErrorObject thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intErrorObject.bindingHashCode(@NonNull ErrorObject obj) Default implementation ofObject.hashCode()contract for this interface.static StringErrorObject.bindingToString(@NonNull ErrorObject 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.pcep.error.object with type arguments of type ErrorObjectModifier and TypeMethodDescriptionErrorObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<ErrorObject> augmentation) Add an augmentation to this builder's product.ErrorObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ErrorObject>> 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.pcep.error.object with parameters of type ErrorObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedErrorObject. -
Uses of ErrorObject 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 that return ErrorObjectModifier and TypeMethodDescriptionErrorsBuilder.getErrorObject()Return current value associated with the property corresponding toPcepErrorObject.getErrorObject().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message with parameters of type ErrorObjectModifier and TypeMethodDescriptionErrorsBuilder.setErrorObject(ErrorObject value) Set the property corresponding toPcepErrorObject.getErrorObject()to the specified value.