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.protocol.pcep.parser.object
Methods in org.opendaylight.protocol.pcep.parser.object that return ErrorObjectModifier and TypeMethodDescriptionPCEPErrorObjectParser.parseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) -
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, ornull
if it is not present.@NonNull ErrorObject
PcepErrorObject.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 ErrorObject
ErrorObjectBuilder.build()
A newErrorObject
instance.static @NonNull ErrorObject
ErrorObjectBuilder.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 boolean
ErrorObject.bindingEquals
(@NonNull ErrorObject thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
ErrorObject.bindingHashCode
(@NonNull ErrorObject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ErrorObject.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. -
Uses of ErrorObject 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 that return ErrorObjectModifier and TypeMethodDescriptionErrorBuilder.getErrorObject()
Return current value associated with the property corresponding toPcepErrorObject.getErrorObject()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.operation.result with parameters of type ErrorObjectModifier and TypeMethodDescriptionErrorBuilder.setErrorObject
(ErrorObject value) Set the property corresponding toPcepErrorObject.getErrorObject()
to the specified value.