Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.State
Package
Description
-
Uses of State in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances
Modifier and TypeMethodDescriptionNetworkInstance.getState()
Return state, ornull
if it is not present.NetworkInstanceBuilder.getState()
Return current value associated with the property corresponding toNetworkInstance.getState()
.@NonNull State
NetworkInstance.nonnullState()
Return state, or an empty instance if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toNetworkInstance.getState()
to the specified value. -
Uses of State in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<State>>
E$$StateBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull State
StateBuilder.build()
A newState
instance.static @NonNull State
StateBuilder.empty()
Get empty instance of State.Modifier 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.Modifier and TypeMethodDescriptionStateBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<State> augmentation) Add an augmentation to this builder's product.StateBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<State>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionStateBuilder
(State base) Construct a builder initialized with state from specifiedState
.