Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object.ErrorObjectBuilder
Packages that use ErrorObjectBuilder
Package
Description
-
Uses of ErrorObjectBuilder in org.opendaylight.protocol.pcep.parser.object
Methods in org.opendaylight.protocol.pcep.parser.object with parameters of type ErrorObjectBuilderModifier and TypeMethodDescriptionvoid
PCEPErrorObjectParser.addTlv
(ErrorObjectBuilder builder, Tlv tlv) protected void
PCEPErrorObjectParser.addVendorInformationTlvs
(ErrorObjectBuilder builder, List<VendorInformationTlv> tlvs) -
Uses of ErrorObjectBuilder 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 that return ErrorObjectBuilderModifier 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.Set the property corresponding toObjectHeader.getIgnore()
to the specified value.ErrorObjectBuilder.setProcessingRule
(Boolean value) Set the property corresponding toObjectHeader.getProcessingRule()
to the specified value.Set the property corresponding toErrorObject.getTlvs()
to the specified value.ErrorObjectBuilder.setType
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toErrorObject.getType()
to the specified value.ErrorObjectBuilder.setValue
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toErrorObject.getValue()
to the specified value.