public class DeviceMemInfo extends AbstractModel
Constructor and Description |
---|
DeviceMemInfo() |
DeviceMemInfo(DeviceMemInfo 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.
|
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 DeviceMemInfo()
public DeviceMemInfo(DeviceMemInfo source)
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 © 2021. All rights reserved.