Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top.routed.vlan.State
Packages that use State
Package
Description
-
Uses of State in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top that return StateModifier and TypeMethodDescriptionRoutedVlan.getState()Return state, ornullif it is not present.RoutedVlanBuilder.getState()Return current value associated with the property corresponding toRoutedVlan.getState().@NonNull StateRoutedVlan.nonnullState()Return state, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top with parameters of type StateModifier and TypeMethodDescriptionSet the property corresponding toRoutedVlan.getState()to the specified value. -
Uses of State in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top.routed.vlan
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top.routed.vlan 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.vlan.rev190416.vlan.routed.top.routed.vlan that return StateModifier and TypeMethodDescription@NonNull StateStateBuilder.build()A newStateinstance.static @NonNull StateStateBuilder.empty()Get empty instance of State.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top.routed.vlan that return types with arguments of type StateMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top.routed.vlan with parameters of type StateModifier and TypeMethodDescriptionstatic booleanState.bindingEquals(@NonNull State thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intState.bindingHashCode(@NonNull State obj) Default implementation ofObject.hashCode()contract for this interface.static StringState.bindingToString(@NonNull State obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top.routed.vlan 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.vlan.rev190416.vlan.routed.top.routed.vlan with parameters of type StateModifierConstructorDescriptionStateBuilder(State base) Construct a builder initialized with state from specifiedState.