Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.LocalPref
Packages that use LocalPref
Package
Description
-
Uses of LocalPref in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep that return LocalPref -
Uses of LocalPref in org.opendaylight.protocol.pcep.impl
Methods in org.opendaylight.protocol.pcep.impl that return LocalPref -
Uses of LocalPref in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113 that return LocalPrefModifier and TypeMethodDescriptionPcepSessionState.getLocalPref()
Return localPref, ornull
if it is not present.@NonNull LocalPref
PcepSessionState.nonnullLocalPref()
Return localPref, or an empty instance if it is not present. -
Uses of LocalPref 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 with type parameters of type LocalPrefModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LocalPref>>
E$$LocalPrefBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state that return LocalPrefModifier and TypeMethodDescription@NonNull LocalPref
LocalPrefBuilder.build()
A newLocalPref
instance.static @NonNull LocalPref
LocalPrefBuilder.empty()
Get empty instance of LocalPref.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state that return types with arguments of type LocalPrefMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state with parameters of type LocalPrefModifier and TypeMethodDescriptionstatic boolean
LocalPref.bindingEquals
(@NonNull LocalPref thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LocalPref.bindingHashCode
(@NonNull LocalPref obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LocalPref.bindingToString
(@NonNull LocalPref obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state with type arguments of type LocalPrefModifier and TypeMethodDescriptionLocalPrefBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LocalPref> augmentation) Add an augmentation to this builder's product.LocalPrefBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LocalPref>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state with parameters of type LocalPrefModifierConstructorDescriptionLocalPrefBuilder
(LocalPref base) Construct a builder initialized with state from specifiedLocalPref
. -
Uses of LocalPref 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 LocalPrefModifier and TypeMethodDescriptionPcepSessionStateBuilder.getLocalPref()
Return current value associated with the property corresponding toPcepSessionState.getLocalPref()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping with parameters of type LocalPrefModifier and TypeMethodDescriptionPcepSessionStateBuilder.setLocalPref
(LocalPref value) Set the property corresponding toPcepSessionState.getLocalPref()
to the specified value.