Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type.rsvp._case.RsvpErrorBuilder
Packages that use RsvpErrorBuilder
Package
Description
-
Uses of RsvpErrorBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type.rsvp._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type.rsvp._case that return RsvpErrorBuilderModifier and TypeMethodDescriptionRsvpErrorBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<RsvpError> augmentation) Add an augmentation to this builder's product.RsvpErrorBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RsvpError>> augmentationType) Remove an augmentation from this builder's product.RsvpErrorBuilder.setCode
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toErrorSpec.getCode()
to the specified value.RsvpErrorBuilder.setFlags
(ErrorSpec.Flags value) Set the property corresponding toErrorSpec.getFlags()
to the specified value.RsvpErrorBuilder.setNode
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone value) Set the property corresponding toErrorSpec.getNode()
to the specified value.RsvpErrorBuilder.setValue
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toErrorSpec.getValue()
to the specified value.