Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local._static.top.StaticRoutes
Packages that use StaticRoutes
Package
Description
-
Uses of StaticRoutes in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009 that return StaticRoutesModifier and TypeMethodDescriptionLocalStaticTop.getStaticRoutes()
Return staticRoutes, ornull
if it is not present.@NonNull StaticRoutes
LocalStaticTop.nonnullStaticRoutes()
Return staticRoutes, or an empty instance if it is not present. -
Uses of StaticRoutes in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local._static.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local._static.top with type parameters of type StaticRoutesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<StaticRoutes>>
E$$StaticRoutesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local._static.top that return StaticRoutesModifier and TypeMethodDescription@NonNull StaticRoutes
StaticRoutesBuilder.build()
A newStaticRoutes
instance.static @NonNull StaticRoutes
StaticRoutesBuilder.empty()
Get empty instance of StaticRoutes.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local._static.top that return types with arguments of type StaticRoutesModifier and TypeMethodDescriptiondefault Class<StaticRoutes>
StaticRoutes.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local._static.top with parameters of type StaticRoutesModifier and TypeMethodDescriptionstatic boolean
StaticRoutes.bindingEquals
(@NonNull StaticRoutes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
StaticRoutes.bindingHashCode
(@NonNull StaticRoutes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
StaticRoutes.bindingToString
(@NonNull StaticRoutes obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local._static.top with type arguments of type StaticRoutesModifier and TypeMethodDescriptionStaticRoutesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<StaticRoutes> augmentation) Add an augmentation to this builder's product.StaticRoutesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<StaticRoutes>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local._static.top with parameters of type StaticRoutesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedStaticRoutes
. -
Uses of StaticRoutes in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.routes.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.routes.top that return StaticRoutesModifier and TypeMethodDescriptionLocalRoutesBuilder.getStaticRoutes()
Return current value associated with the property corresponding toLocalStaticTop.getStaticRoutes()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.routes.top with parameters of type StaticRoutesModifier and TypeMethodDescriptionLocalRoutesBuilder.setStaticRoutes
(StaticRoutes value) Set the property corresponding toLocalStaticTop.getStaticRoutes()
to the specified value. -
Uses of StaticRoutes in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol that return StaticRoutesModifier and TypeMethodDescriptionStaticBuilder.getStaticRoutes()
Return current value associated with the property corresponding toLocalStaticTop.getStaticRoutes()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.protocol with parameters of type StaticRoutesModifier and TypeMethodDescriptionStaticBuilder.setStaticRoutes
(StaticRoutes value) Set the property corresponding toLocalStaticTop.getStaticRoutes()
to the specified value.