public class ExecutorUsageTrendInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExecutorUsageTrendInfo() |
ExecutorUsageTrendInfo(ExecutorUsageTrendInfo 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 |
---|---|
Float |
getConcurrencyUsage()
Get 当前并发度使用百分比
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getCpuUsagePercent()
Get CPU占用百分比
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getMemUsagePercent()
Get 内存占用百分比
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getOceanusCuUsage()
Get oceanus CU使用百分比
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTimestamp()
Get 时间戳,单位:毫秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConcurrencyUsage(Float ConcurrencyUsage)
Set 当前并发度使用百分比
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCpuUsagePercent(Float CpuUsagePercent)
Set CPU占用百分比
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMemUsagePercent(Float MemUsagePercent)
Set 内存占用百分比
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOceanusCuUsage(Float OceanusCuUsage)
Set oceanus CU使用百分比
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimestamp(Long Timestamp)
Set 时间戳,单位:毫秒
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public ExecutorUsageTrendInfo()
public ExecutorUsageTrendInfo(ExecutorUsageTrendInfo source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- 时间戳,单位:毫秒
注意:此字段可能返回 null,表示取不到有效值。public Float getCpuUsagePercent()
public void setCpuUsagePercent(Float CpuUsagePercent)
CpuUsagePercent
- CPU占用百分比
注意:此字段可能返回 null,表示取不到有效值。public Float getMemUsagePercent()
public void setMemUsagePercent(Float MemUsagePercent)
MemUsagePercent
- 内存占用百分比
注意:此字段可能返回 null,表示取不到有效值。public Float getConcurrencyUsage()
public void setConcurrencyUsage(Float ConcurrencyUsage)
ConcurrencyUsage
- 当前并发度使用百分比
注意:此字段可能返回 null,表示取不到有效值。public Float getOceanusCuUsage()
public void setOceanusCuUsage(Float OceanusCuUsage)
OceanusCuUsage
- oceanus CU使用百分比
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.