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 org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu -
-
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 StateBuilder Modifier and Type Method Description StateBuilderStateBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation)Add an augmentation to this builder's product.StateBuilderStateBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> augmentationType)Remove an augmentation from this builder's product.StateBuilderStateBuilder. setHardwareInterrupt(HardwareInterrupt value)Set the property corresponding toSystemCpuState.getHardwareInterrupt()to the specified value.StateBuilderStateBuilder. setIdle(Idle value)Set the property corresponding toSystemCpuState.getIdle()to the specified value.StateBuilderStateBuilder. setIndex(SystemCpuState.Index value)Set the property corresponding toSystemCpuState.getIndex()to the specified value.StateBuilderStateBuilder. setKernel(Kernel value)Set the property corresponding toSystemCpuState.getKernel()to the specified value.StateBuilderStateBuilder. setNice(Nice value)Set the property corresponding toSystemCpuState.getNice()to the specified value.StateBuilderStateBuilder. setSoftwareInterrupt(SoftwareInterrupt value)Set the property corresponding toSystemCpuState.getSoftwareInterrupt()to the specified value.StateBuilderStateBuilder. setTotal(Total value)Set the property corresponding toSystemCpuState.getTotal()to the specified value.StateBuilderStateBuilder. setUser(User value)Set the property corresponding toSystemCpuState.getUser()to the specified value.StateBuilderStateBuilder. setWait(Wait value)Set the property corresponding toSystemCpuState.getWait()to the specified value.
-