Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.UnrecognizedAttributesBuilder
Package
Description
-
Uses of UnrecognizedAttributesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Modifier and TypeMethodDescriptionUnrecognizedAttributesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<UnrecognizedAttributes> augmentation) Add an augmentation to this builder's product.UnrecognizedAttributesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<UnrecognizedAttributes>> augmentationType) Remove an augmentation from this builder's product.UnrecognizedAttributesBuilder.setPartial
(Boolean value) Set the property corresponding toUnrecognizedAttributes.getPartial()
to the specified value.UnrecognizedAttributesBuilder.setTransitive
(Boolean value) Set the property corresponding toUnrecognizedAttributes.getTransitive()
to the specified value.UnrecognizedAttributesBuilder.setType
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toUnrecognizedAttributes.getType()
to the specified value.UnrecognizedAttributesBuilder.setValue
(byte[] value) Set the property corresponding toUnrecognizedAttributes.getValue()
to the specified value.UnrecognizedAttributesBuilder.withKey
(UnrecognizedAttributesKey key) Set the key value corresponding toUnrecognizedAttributes.key()
to the specified value.