Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.LocalPrefBuilder
Packages that use LocalPrefBuilder
Package
Description
-
Uses of LocalPrefBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state that return LocalPrefBuilderModifier and TypeMethodDescriptionLocalPrefBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref> augmentation) Add an augmentation to this builder's product.LocalPrefBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref>> augmentationType) Remove an augmentation from this builder's product.LocalPrefBuilder.setDeadtimer
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toPreferences.getDeadtimer()
to the specified value.LocalPrefBuilder.setIpAddress
(String value) Set the property corresponding toPreferences.getIpAddress()
to the specified value.LocalPrefBuilder.setKeepalive
(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toPreferences.getKeepalive()
to the specified value.LocalPrefBuilder.setSessionId
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toPreferences.getSessionId()
to the specified value.