Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping.PcepSessionStateBuilder
Packages that use PcepSessionStateBuilder
Package
Description
-
Uses of PcepSessionStateBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping that return PcepSessionStateBuilderModifier and TypeMethodDescriptionPcepSessionStateBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<PcepSessionState> augmentation) Add an augmentation to this builder's product.PcepSessionStateBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PcepSessionState>> augmentationType) Remove an augmentation from this builder's product.PcepSessionStateBuilder.setDelegatedLspsCount(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toPcepSessionState.getDelegatedLspsCount()to the specified value.PcepSessionStateBuilder.setLocalPref(LocalPref value) Set the property corresponding toPcepSessionState.getLocalPref()to the specified value.PcepSessionStateBuilder.setMessages(Messages value) Set the property corresponding toPcepSessionState.getMessages()to the specified value.PcepSessionStateBuilder.setPeerCapabilities(PeerCapabilities value) Set the property corresponding toPcepSessionState.getPeerCapabilities()to the specified value.PcepSessionStateBuilder.setPeerPref(PeerPref value) Set the property corresponding toPcepSessionState.getPeerPref()to the specified value.PcepSessionStateBuilder.setSessionDuration(String value) Set the property corresponding toPcepSessionState.getSessionDuration()to the specified value.PcepSessionStateBuilder.setSynchronized(Boolean value) Set the property corresponding toPcepSessionState.getSynchronized()to the specified value.