Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state.Wait
Packages that use Wait
Package
Description
-
Uses of Wait in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return WaitModifier and TypeMethodDescriptionSystemCpuState.getWait()Return wait, ornullif it is not present.@NonNull WaitSystemCpuState.nonnullWait()Return wait, or an empty instance if it is not present. -
Uses of Wait in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with type parameters of type WaitModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Wait>>
E$$WaitBuilder.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.system.rev200413.system.cpu.state that return WaitModifier and TypeMethodDescription@NonNull WaitWaitBuilder.build()A newWaitinstance.static @NonNull WaitWaitBuilder.empty()Get empty instance of Wait.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return types with arguments of type WaitMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type WaitModifier and TypeMethodDescriptionstatic booleanWait.bindingEquals(@NonNull Wait thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intWait.bindingHashCode(@NonNull Wait obj) Default implementation ofObject.hashCode()contract for this interface.static StringWait.bindingToString(@NonNull Wait obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with type arguments of type WaitModifier and TypeMethodDescriptionWaitBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Wait> augmentation) Add an augmentation to this builder's product.WaitBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Wait>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type WaitModifierConstructorDescriptionWaitBuilder(Wait base) Construct a builder initialized with state from specifiedWait. -
Uses of Wait in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu that return WaitModifier and TypeMethodDescriptionStateBuilder.getWait()Return current value associated with the property corresponding toSystemCpuState.getWait().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu with parameters of type WaitModifier and TypeMethodDescriptionSet the property corresponding toSystemCpuState.getWait()to the specified value.