Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base._default.route.distance.State
Packages that use State
Package
Description
-
Uses of State in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base that return StateModifier and TypeMethodDescriptionDefaultRouteDistance.getState()
Return state, ornull
if it is not present.DefaultRouteDistanceBuilder.getState()
Return current value associated with the property corresponding toDefaultRouteDistance.getState()
.@NonNull State
DefaultRouteDistance.nonnullState()
Return state, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base with parameters of type StateModifier and TypeMethodDescriptionSet the property corresponding toDefaultRouteDistance.getState()
to the specified value. -
Uses of State in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base._default.route.distance
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base._default.route.distance 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.global.base._default.route.distance 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.global.base._default.route.distance that return types with arguments of type StateMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.global.base._default.route.distance 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.global.base._default.route.distance 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.global.base._default.route.distance with parameters of type StateModifierConstructorDescriptionStateBuilder
(State base) Construct a builder initialized with state from specifiedState
.