public class AssetLoadSummary extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssetLoadSummary() |
AssetLoadSummary(AssetLoadSummary 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[] |
getCounts()
Get 负载量数组,依次为:
[
0%或未知数量,
0%~20%,
20%~50%,
50%~80%,
80%~100%
]
|
AssetLoadDetail[] |
getTop5()
Get 负载Top5
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCounts(Long[] Counts)
Set 负载量数组,依次为:
[
0%或未知数量,
0%~20%,
20%~50%,
50%~80%,
80%~100%
]
|
void |
setTop5(AssetLoadDetail[] Top5)
Set 负载Top5
注意:此字段可能返回 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 AssetLoadSummary()
public AssetLoadSummary(AssetLoadSummary source)
public Long[] getCounts()
public void setCounts(Long[] Counts)
Counts
- 负载量数组,依次为:
[
0%或未知数量,
0%~20%,
20%~50%,
50%~80%,
80%~100%
]public AssetLoadDetail[] getTop5()
public void setTop5(AssetLoadDetail[] Top5)
Top5
- 负载Top5
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.