Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.afi.safi.GracefulRestart
Packages that use GracefulRestart
Package
Description
-
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list that return GracefulRestartModifier and TypeMethodDescriptionAfiSafi.getGracefulRestart()
Return gracefulRestart, ornull
if it is not present.AfiSafiBuilder.getGracefulRestart()
Return current value associated with the property corresponding toAfiSafi.getGracefulRestart()
.@NonNull GracefulRestart
AfiSafi.nonnullGracefulRestart()
Return gracefulRestart, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list with parameters of type GracefulRestartModifier and TypeMethodDescriptionAfiSafiBuilder.setGracefulRestart
(GracefulRestart value) Set the property corresponding toAfiSafi.getGracefulRestart()
to the specified value. -
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.afi.safi
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.afi.safi with type parameters of type GracefulRestartModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<GracefulRestart>>
E$$GracefulRestartBuilder.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.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.afi.safi that return GracefulRestartModifier and TypeMethodDescription@NonNull GracefulRestart
GracefulRestartBuilder.build()
A newGracefulRestart
instance.static @NonNull GracefulRestart
GracefulRestartBuilder.empty()
Get empty instance of GracefulRestart.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.afi.safi that return types with arguments of type GracefulRestartModifier and TypeMethodDescriptiondefault Class
<GracefulRestart> GracefulRestart.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.afi.safi with parameters of type GracefulRestartModifier and TypeMethodDescriptionstatic boolean
GracefulRestart.bindingEquals
(@NonNull GracefulRestart thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GracefulRestart.bindingHashCode
(@NonNull GracefulRestart obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GracefulRestart.bindingToString
(@NonNull GracefulRestart obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.afi.safi with type arguments of type GracefulRestartModifier and TypeMethodDescriptionGracefulRestartBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<GracefulRestart> augmentation) Add an augmentation to this builder's product.GracefulRestartBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<GracefulRestart>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.bgp.common.afi.safi.list.afi.safi with parameters of type GracefulRestartModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGracefulRestart
.