Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes.process.StateBuilder
Packages that use StateBuilder
Package
Description
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes.process
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.procmon.processes.top.processes.process 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.Set the property corresponding toProcmonProcessAttributesState.getArgs()to the specified value.StateBuilder.setCpuUsageSystem(Counter64 value) Set the property corresponding toProcmonProcessAttributesState.getCpuUsageSystem()to the specified value.StateBuilder.setCpuUsageUser(Counter64 value) Set the property corresponding toProcmonProcessAttributesState.getCpuUsageUser()to the specified value.StateBuilder.setCpuUtilization(Percentage value) Set the property corresponding toProcmonProcessAttributesState.getCpuUtilization()to the specified value.StateBuilder.setMemoryUsage(org.opendaylight.yangtools.yang.common.Uint64 value) Set the property corresponding toProcmonProcessAttributesState.getMemoryUsage()to the specified value.StateBuilder.setMemoryUtilization(Percentage value) Set the property corresponding toProcmonProcessAttributesState.getMemoryUtilization()to the specified value.Set the property corresponding toProcmonProcessAttributesState.getName()to the specified value.StateBuilder.setPid(org.opendaylight.yangtools.yang.common.Uint64 value) Set the property corresponding toProcmonProcessAttributesState.getPid()to the specified value.StateBuilder.setStartTime(Timeticks64 value) Set the property corresponding toProcmonProcessAttributesState.getStartTime()to the specified value.