Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu.StateBuilder
Packages that use StateBuilder
Package
Description
-
Uses of StateBuilder 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 StateBuilderModifier 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.StateBuilder.setHardwareInterrupt(HardwareInterrupt value) Set the property corresponding toSystemCpuState.getHardwareInterrupt()to the specified value.Set the property corresponding toSystemCpuState.getIdle()to the specified value.StateBuilder.setIndex(SystemCpuState.Index value) Set the property corresponding toSystemCpuState.getIndex()to the specified value.Set the property corresponding toSystemCpuState.getKernel()to the specified value.Set the property corresponding toSystemCpuState.getNice()to the specified value.StateBuilder.setSoftwareInterrupt(SoftwareInterrupt value) Set the property corresponding toSystemCpuState.getSoftwareInterrupt()to the specified value.Set the property corresponding toSystemCpuState.getTotal()to the specified value.Set the property corresponding toSystemCpuState.getUser()to the specified value.Set the property corresponding toSystemCpuState.getWait()to the specified value.