All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ligoj.bootstrap.resource.system.CpuVo Maven / Gradle / Ivy

There is a newer version: 3.1.26
Show newest version
/*
 * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
 */
package org.ligoj.bootstrap.resource.system;

import lombok.Getter;
import lombok.Setter;

/**
 * CPU information.
 */
@Getter
@Setter
public class CpuVo {

	/**
	 * Total number of processors or cores available to the JVM
	 */
	private int total;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy