Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.Timers
Packages that use Timers
Package
Description
-
Uses of Timers in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state that return TimersModifier and TypeMethodDescriptionstatic @Nullable TimersNeighborUtil.buildTimer(@Nullable BGPTimersState neighbor) Builds Neighbor State from BGPPeerState counters. -
Uses of Timers in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return TimersModifier and TypeMethodDescriptionBgpNeighborGroup.getTimers()Return timers, ornullif it is not present.@NonNull TimersBgpNeighborGroup.nonnullTimers()Return timers, or an empty instance if it is not present. -
Uses of Timers in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with type parameters of type TimersModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Timers>>
E$$TimersBuilder.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.rev151009.bgp.neighbor.group that return TimersModifier and TypeMethodDescription@NonNull TimersTimersBuilder.build()A newTimersinstance.static @NonNull TimersTimersBuilder.empty()Get empty instance of Timers.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group that return types with arguments of type TimersMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with parameters of type TimersModifier and TypeMethodDescriptionstatic booleanTimers.bindingEquals(@NonNull Timers thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTimers.bindingHashCode(@NonNull Timers obj) Default implementation ofObject.hashCode()contract for this interface.static StringTimers.bindingToString(@NonNull Timers obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with type arguments of type TimersModifier and TypeMethodDescriptionTimersBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Timers> augmentation) Add an augmentation to this builder's product.TimersBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Timers>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with parameters of type TimersModifierConstructorDescriptionTimersBuilder(Timers base) Construct a builder initialized with state from specifiedTimers. -
Uses of Timers in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors that return TimersModifier and TypeMethodDescriptionNeighborBuilder.getTimers()Return current value associated with the property corresponding toBgpNeighborGroup.getTimers().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors with parameters of type TimersModifier and TypeMethodDescriptionSet the property corresponding toBgpNeighborGroup.getTimers()to the specified value. -
Uses of Timers in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group that return TimersModifier and TypeMethodDescriptionPeerGroupBuilder.getTimers()Return current value associated with the property corresponding toBgpNeighborGroup.getTimers().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group with parameters of type TimersModifier and TypeMethodDescriptionSet the property corresponding toBgpNeighborGroup.getTimers()to the specified value.