Class DeviceCpuRateInfo

    • Constructor Detail

      • DeviceCpuRateInfo

        public DeviceCpuRateInfo()
      • DeviceCpuRateInfo

        public DeviceCpuRateInfo​(DeviceCpuRateInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getCpuCore

        public Long getCpuCore()
        Get Cpu核编号
        Returns:
        CpuCore Cpu核编号
      • setCpuCore

        public void setCpuCore​(Long CpuCore)
        Set Cpu核编号
        Parameters:
        CpuCore - Cpu核编号
      • getRate

        public Long[] getRate()
        Get Cpu使用率
        Returns:
        Rate Cpu使用率
      • setRate

        public void setRate​(Long[] Rate)
        Set Cpu使用率
        Parameters:
        Rate - Cpu使用率