Package com.luna.common.os.hardware.dto
Class ProcessorDTO
java.lang.Object
com.luna.common.os.hardware.dto.ProcessorDTO
- Author:
- Tony
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdle()intgetName()getNice()intintgetUser()getWait()voidvoidsetLogicalProcessorCount(int logicalProcessorCount) voidvoidvoidsetPhysicalPackageCount(int physicalPackageCount) voidsetPhysicalProcessorCount(int physicalProcessorCount) voidsetProcessorId(String processorId) voidvoidvoidtoString()
-
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
-