public class DeviceMemInfo extends AbstractModel
| Constructor and Description | 
|---|
| DeviceMemInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long[] | getTotal()Get Total memory size in KB, which is the value of `total` in the `Mem:` in the `free` command | 
| Long[] | getUsed()Get Used memory size in KB, which is the value of `used` in the `Mem:` row in the `free` command | 
| void | setTotal(Long[] Total)Set Total memory size in KB, which is the value of `total` in the `Mem:` in the `free` command | 
| void | setUsed(Long[] Used)Set Used memory size in KB, which is the value of `used` in the `Mem:` row in the `free` command | 
| 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, toJsonStringpublic Long[] getTotal()
public void setTotal(Long[] Total)
Total - Total memory size in KB, which is the value of `total` in the `Mem:` in the `free` commandpublic Long[] getUsed()
public void setUsed(Long[] Used)
Used - Used memory size in KB, which is the value of `used` in the `Mem:` row in the `free` commandCopyright © 2020. All rights reserved.