Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.routes.top.LocalRoutes
Package
Description
-
Uses of LocalRoutes in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009
Modifier and TypeMethodDescriptionLocalRoutesTop.getLocalRoutes()
Return localRoutes, ornull
if it is not present.@NonNull LocalRoutes
LocalRoutesTop.nonnullLocalRoutes()
Return localRoutes, or an empty instance if it is not present. -
Uses of LocalRoutes in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.routes.top
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LocalRoutes>>
E$$LocalRoutesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull LocalRoutes
LocalRoutesBuilder.build()
A newLocalRoutes
instance.static @NonNull LocalRoutes
LocalRoutesBuilder.empty()
Get empty instance of LocalRoutes.Modifier and TypeMethodDescriptionstatic boolean
LocalRoutes.bindingEquals
(@NonNull LocalRoutes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LocalRoutes.bindingHashCode
(@NonNull LocalRoutes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LocalRoutes.bindingToString
(@NonNull LocalRoutes obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionLocalRoutesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LocalRoutes> augmentation) Add an augmentation to this builder's product.LocalRoutesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LocalRoutes>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLocalRoutes
.