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.user._case.UserErrorBuilder
Packages that use UserErrorBuilder
Package
Description
-
Uses of UserErrorBuilder 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.user._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.user._case that return UserErrorBuilderModifier and TypeMethodDescriptionUserErrorBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<UserError> augmentation) Add an augmentation to this builder's product.UserErrorBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<UserError>> augmentationType) Remove an augmentation from this builder's product.UserErrorBuilder.setDescription
(String value) Set the property corresponding toUserErrorSpec.getDescription()
to the specified value.UserErrorBuilder.setEnterprise
(EnterpriseNumber value) Set the property corresponding toUserErrorSpec.getEnterprise()
to the specified value.UserErrorBuilder.setSubobjects
(Subobjects value) Set the property corresponding toUserErrorSpec.getSubobjects()
to the specified value.UserErrorBuilder.setSubOrg
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toUserErrorSpec.getSubOrg()
to the specified value.UserErrorBuilder.setValue
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toUserErrorSpec.getValue()
to the specified value.