Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.local.as.path.prepend.LocalAsPathPrepend
Packages that use LocalAsPathPrepend
Package
Description
-
Uses of LocalAsPathPrepend in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120 that return LocalAsPathPrependModifier and TypeMethodDescriptionLocalAsPathPrepend.getLocalAsPathPrepend()
Return localAsPathPrepend, ornull
if it is not present.LocalAsPathPrependBuilder.getLocalAsPathPrepend()
Return current value associated with the property corresponding toLocalAsPathPrepend.getLocalAsPathPrepend()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120 with parameters of type LocalAsPathPrependModifier and TypeMethodDescriptionLocalAsPathPrependBuilder.setLocalAsPathPrepend
(LocalAsPathPrepend value) Set the property corresponding toLocalAsPathPrepend.getLocalAsPathPrepend()
to the specified value. -
Uses of LocalAsPathPrepend in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.local.as.path.prepend
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.local.as.path.prepend with type parameters of type LocalAsPathPrependModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<LocalAsPathPrepend>>
E$$LocalAsPathPrependBuilder.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.odl.bgp._default.policy.rev200120.local.as.path.prepend that return LocalAsPathPrependModifier and TypeMethodDescription@NonNull LocalAsPathPrepend
LocalAsPathPrependBuilder.build()
A newLocalAsPathPrepend
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.local.as.path.prepend that return types with arguments of type LocalAsPathPrependModifier and TypeMethodDescriptiondefault Class<LocalAsPathPrepend>
LocalAsPathPrepend.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.local.as.path.prepend with parameters of type LocalAsPathPrependModifier and TypeMethodDescriptionstatic boolean
LocalAsPathPrepend.bindingEquals
(@NonNull LocalAsPathPrepend thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LocalAsPathPrepend.bindingHashCode
(@NonNull LocalAsPathPrepend obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LocalAsPathPrepend.bindingToString
(@NonNull LocalAsPathPrepend obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.local.as.path.prepend with type arguments of type LocalAsPathPrependModifier and TypeMethodDescriptionLocalAsPathPrependBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<LocalAsPathPrepend> augmentation) Add an augmentation to this builder's product.LocalAsPathPrependBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LocalAsPathPrepend>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.local.as.path.prepend with parameters of type LocalAsPathPrependModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLocalAsPathPrepend
.