public class DeviceMemInfo extends AbstractModel
Constructor and Description |
---|
DeviceMemInfo() |
Modifier and Type | Method and Description |
---|---|
Long[] |
getTotal()
Get 总内存大小。free命令中Mem:一行total的值,单位:KB
|
Long[] |
getUsed()
Get 已使用内存。free命令中Mem:一行used的值,单位:KB
|
void |
setTotal(Long[] Total)
Set 总内存大小。free命令中Mem:一行total的值,单位:KB
|
void |
setUsed(Long[] Used)
Set 已使用内存。free命令中Mem:一行used的值,单位:KB
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long[] getTotal()
public void setTotal(Long[] Total)
Total
- 总内存大小。free命令中Mem:一行total的值,单位:KBpublic Long[] getUsed()
public void setUsed(Long[] Used)
Used
- 已使用内存。free命令中Mem:一行used的值,单位:KBCopyright © 2020. All rights reserved.