Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.path.binding.tlv.path.binding.binding.type.value.MplsLabelEntryBuilder
Package
Description
-
Uses of MplsLabelEntryBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.path.binding.tlv.path.binding.binding.type.value
Modifier and TypeMethodDescriptionMplsLabelEntryBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<MplsLabelEntry> augmentation) Add an augmentation to this builder's product.MplsLabelEntryBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<MplsLabelEntry>> augmentationType) Remove an augmentation from this builder's product.MplsLabelEntryBuilder.setBottomOfStack
(Boolean value) Set the property corresponding toMplsLabelEntry.getBottomOfStack()
to the specified value.Set the property corresponding toMplsLabelEntry.getLabel()
to the specified value.MplsLabelEntryBuilder.setTimeToLive
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toMplsLabelEntry.getTimeToLive()
to the specified value.MplsLabelEntryBuilder.setTrafficClass
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toMplsLabelEntry.getTrafficClass()
to the specified value.