public class CoreInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CoreInfo() | 
| CoreInfo(CoreInfo 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[] | getCoreUsage()Get core 用量 | 
| Long[] | getTimestamp()Get 时间戳(毫秒)数组 | 
| void | setCoreUsage(Long[] CoreUsage)Set core 用量 | 
| void | setTimestamp(Long[] Timestamp)Set 时间戳(毫秒)数组 | 
| 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, toJsonStringpublic CoreInfo()
public CoreInfo(CoreInfo source)
public Long[] getTimestamp()
public void setTimestamp(Long[] Timestamp)
Timestamp - 时间戳(毫秒)数组public Long[] getCoreUsage()
public void setCoreUsage(Long[] CoreUsage)
CoreUsage - core 用量Copyright © 2025. All rights reserved.