Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.LocalPref
Packages that use LocalPref
Package
Description
-
Uses of LocalPref in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return LocalPrefModifier and TypeMethodDescriptionAttributes.getLocalPref()Return localPref, ornullif it is not present.AttributesBuilder.getLocalPref()Return current value associated with the property corresponding toAttributes.getLocalPref().@NonNull LocalPrefAttributes.nonnullLocalPref()Return localPref, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type LocalPrefModifier and TypeMethodDescriptionAttributesBuilder.setLocalPref(LocalPref value) Set the property corresponding toAttributes.getLocalPref()to the specified value. -
Uses of LocalPref in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type LocalPrefModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.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.bgp.message.rev200120.path.attributes.attributes that return LocalPrefModifier and TypeMethodDescription@NonNull LocalPrefLocalPrefBuilder.build()A newLocalPrefinstance.static @NonNull LocalPrefLocalPrefBuilder.empty()Get empty instance of LocalPref.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type LocalPrefMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type LocalPrefModifier and TypeMethodDescriptionstatic booleanLocalPref.bindingEquals(@NonNull LocalPref thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intLocalPref.bindingHashCode(@NonNull LocalPref obj) Default implementation ofObject.hashCode()contract for this interface.static StringLocalPref.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.bgp.message.rev200120.path.attributes.attributes with type arguments of type LocalPrefModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type LocalPrefModifierConstructorDescriptionLocalPrefBuilder(LocalPref base) Construct a builder initialized with state from specifiedLocalPref.