Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.originator.id.set.originator.id.set.Local
Package
Description
-
Uses of Local in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.originator.id.set
Modifier and TypeMethodDescriptionOriginatorIdSet.getLocal()
Return local, ornull
if it is not present.OriginatorIdSetBuilder.getLocal()
Return current value associated with the property corresponding toOriginatorIdSet.getLocal()
.Modifier and TypeMethodDescriptionSet the property corresponding toOriginatorIdSet.getLocal()
to the specified value. -
Uses of Local in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.originator.id.set.originator.id.set
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Local>>
E$$LocalBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescriptionstatic boolean
Local.bindingEquals
(@NonNull Local thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Local.bindingHashCode
(@NonNull Local obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Local.bindingToString
(@NonNull Local obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionLocalBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Local> augmentation) Add an augmentation to this builder's product.LocalBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Local>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionLocalBuilder
(Local base) Construct a builder initialized with state from specifiedLocal
.