Package com.luna.common.os.hardware.dto
Class ProcessorDTO
java.lang.Object
com.luna.common.os.hardware.dto.ProcessorDTO
- Author:
- Tony
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIdle()
int
getName()
getNice()
int
int
getUser()
getWait()
void
void
setLogicalProcessorCount
(int logicalProcessorCount) void
void
void
setPhysicalPackageCount
(int physicalPackageCount) void
setPhysicalProcessorCount
(int physicalProcessorCount) void
setProcessorId
(String processorId) void
void
void
toString()
-
Constructor Details
-
ProcessorDTO
public ProcessorDTO()
-
-
Method Details
-
getName
-
setName
-
getPhysicalPackageCount
public int getPhysicalPackageCount() -
setPhysicalPackageCount
public void setPhysicalPackageCount(int physicalPackageCount) -
getPhysicalProcessorCount
public int getPhysicalProcessorCount() -
setPhysicalProcessorCount
public void setPhysicalProcessorCount(int physicalProcessorCount) -
getLogicalProcessorCount
public int getLogicalProcessorCount() -
setLogicalProcessorCount
public void setLogicalProcessorCount(int logicalProcessorCount) -
getProcessorId
-
setProcessorId
-
getNice
-
setNice
-
getSystem
-
setSystem
-
getUser
-
setUser
-
getWait
-
setWait
-
getIdle
-
setIdle
-
toString
-