Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.State
Packages that use State
Package
Description
-
Uses of State in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state that return StateModifier and TypeMethodDescriptionstatic @Nullable State
NeighborUtil.buildNeighborState
(@Nullable BGPSessionState sessionState, BGPPeerMessagesState bgpPeerMessagesState) Builds Neighbor State from BGPPeerState counters. -
Uses of State 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 StateModifier and TypeMethodDescriptionBgpNeighborGroup.getState()
Return state, ornull
if it is not present.@NonNull State
BgpNeighborGroup.nonnullState()
Return state, or an empty instance if it is not present. -
Uses of State 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 StateModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<State>>
E$$StateBuilder.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 StateModifier and TypeMethodDescription@NonNull State
StateBuilder.build()
A newState
instance.static @NonNull State
StateBuilder.empty()
Get empty instance of State.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group that return types with arguments of type StateMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group with parameters of type StateModifier and TypeMethodDescriptionstatic boolean
State.bindingEquals
(@NonNull State thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
State.bindingHashCode
(@NonNull State obj) Default implementation ofObject.hashCode()
contract for this interface.static String
State.bindingToString
(@NonNull State 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 StateModifier and TypeMethodDescriptionStateBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation) Add an augmentation to this builder's product.StateBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> 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 StateModifierConstructorDescriptionStateBuilder
(State base) Construct a builder initialized with state from specifiedState
. -
Uses of State 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 StateModifier and TypeMethodDescriptionNeighborBuilder.getState()
Return current value associated with the property corresponding toBgpNeighborGroup.getState()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors with parameters of type StateModifier and TypeMethodDescriptionSet the property corresponding toBgpNeighborGroup.getState()
to the specified value. -
Uses of State 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 StateModifier and TypeMethodDescriptionPeerGroupBuilder.getState()
Return current value associated with the property corresponding toBgpNeighborGroup.getState()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group with parameters of type StateModifier and TypeMethodDescriptionSet the property corresponding toBgpNeighborGroup.getState()
to the specified value.