Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.instance.endpoint.local.remote.local.remote.Remote
Package
Description
-
Uses of Remote in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.instance.endpoint.local.remote.local.remote
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Remote>>
E$$RemoteBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescriptionstatic boolean
Remote.bindingEquals
(@NonNull Remote thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Remote.bindingHashCode
(@NonNull Remote obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Remote.bindingToString
(@NonNull Remote obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionRemoteBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Remote> augmentation) Add an augmentation to this builder's product.RemoteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Remote>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionRemoteBuilder
(Remote base) Construct a builder initialized with state from specifiedRemote
.