Class MemoryPicture
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.MemoryPicture
-
public class MemoryPicture extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MemoryPicture()MemoryPicture(MemoryPicture 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurvePoint[]getCommitted()Get 系统分配内存大小CurvePoint[]getMax()Get 内存最大值CurvePoint[]getUsed()Get 已用内存大小voidsetCommitted(CurvePoint[] Committed)Set 系统分配内存大小voidsetMax(CurvePoint[] Max)Set 内存最大值voidsetUsed(CurvePoint[] Used)Set 已用内存大小voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MemoryPicture
public MemoryPicture()
-
MemoryPicture
public MemoryPicture(MemoryPicture 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
-
getMax
public CurvePoint[] getMax()
Get 内存最大值- Returns:
- Max 内存最大值
-
setMax
public void setMax(CurvePoint[] Max)
Set 内存最大值- Parameters:
Max- 内存最大值
-
getUsed
public CurvePoint[] getUsed()
Get 已用内存大小- Returns:
- Used 已用内存大小
-
setUsed
public void setUsed(CurvePoint[] Used)
Set 已用内存大小- Parameters:
Used- 已用内存大小
-
getCommitted
public CurvePoint[] getCommitted()
Get 系统分配内存大小- Returns:
- Committed 系统分配内存大小
-
setCommitted
public void setCommitted(CurvePoint[] Committed)
Set 系统分配内存大小- Parameters:
Committed- 系统分配内存大小
-
-