public class DeviceMemInfo extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.