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 Load amount array, in ascending order:
[
0% or unknown quantity
0%~20%
20%~50%
50%~80%
80%~100%
]
|
AssetLoadDetail[] |
getTop5()
Get Top 5 Load
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCounts(Long[] Counts)
Set Load amount array, in ascending order:
[
0% or unknown quantity
0%~20%
20%~50%
50%~80%
80%~100%
]
|
void |
setTop5(AssetLoadDetail[] Top5)
Set Top 5 Load
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssetLoadSummary()
public AssetLoadSummary(AssetLoadSummary source)
public Long[] getCounts()
public void setCounts(Long[] Counts)
Counts
- Load amount array, in ascending order:
[
0% or unknown quantity
0%~20%
20%~50%
50%~80%
80%~100%
]public AssetLoadDetail[] getTop5()
public void setTop5(AssetLoadDetail[] Top5)
Top5
- Top 5 Load
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.