Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object.ErrorObjectBuilder
-
-
Uses of ErrorObjectBuilder in org.opendaylight.protocol.pcep.parser.object
Methods in org.opendaylight.protocol.pcep.parser.object with parameters of type ErrorObjectBuilder Modifier and Type Method Description void
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 ErrorObjectBuilder Modifier and Type Method Description ErrorObjectBuilder
ErrorObjectBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ErrorObject> augmentation)
Add an augmentation to this builder's product.ErrorObjectBuilder
ErrorObjectBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ErrorObject>> augmentationType)
Remove an augmentation from this builder's product.ErrorObjectBuilder
ErrorObjectBuilder. setIgnore(Boolean value)
ErrorObjectBuilder
ErrorObjectBuilder. setProcessingRule(Boolean value)
ErrorObjectBuilder
ErrorObjectBuilder. setTlvs(Tlvs value)
ErrorObjectBuilder
ErrorObjectBuilder. setType(org.opendaylight.yangtools.yang.common.Uint8 value)
ErrorObjectBuilder
ErrorObjectBuilder. setValue(org.opendaylight.yangtools.yang.common.Uint8 value)
-