Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state.Idle
Packages that use Idle
Package
Description
-
Uses of Idle 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 IdleModifier and TypeMethodDescriptionSystemCpuState.getIdle()Return idle, ornullif it is not present.@NonNull IdleSystemCpuState.nonnullIdle()Return idle, or an empty instance if it is not present. -
Uses of Idle 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 IdleModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Idle>>
E$$IdleBuilder.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 IdleModifier and TypeMethodDescription@NonNull IdleIdleBuilder.build()A newIdleinstance.static @NonNull IdleIdleBuilder.empty()Get empty instance of Idle.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return types with arguments of type IdleMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type IdleModifier and TypeMethodDescriptionstatic booleanIdle.bindingEquals(@NonNull Idle thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intIdle.bindingHashCode(@NonNull Idle obj) Default implementation ofObject.hashCode()contract for this interface.static StringIdle.bindingToString(@NonNull Idle 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 IdleModifier and TypeMethodDescriptionIdleBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Idle> augmentation) Add an augmentation to this builder's product.IdleBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Idle>> 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 IdleModifierConstructorDescriptionIdleBuilder(Idle base) Construct a builder initialized with state from specifiedIdle. -
Uses of Idle 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 IdleModifier and TypeMethodDescriptionStateBuilder.getIdle()Return current value associated with the property corresponding toSystemCpuState.getIdle().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu with parameters of type IdleModifier and TypeMethodDescriptionSet the property corresponding toSystemCpuState.getIdle()to the specified value.