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