public class DetailData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DetailData() | 
| DetailData(DetailData 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[] | getTimestamps()Get 时间戳 | 
| Float[] | getValues()Get 对应的具体值 | 
| void | setTimestamps(Float[] Timestamps)Set 时间戳 | 
| void | setValues(Float[] Values)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 DetailData()
public DetailData(DetailData source)
public Float[] getTimestamps()
public void setTimestamps(Float[] Timestamps)
Timestamps - 时间戳public Float[] getValues()
public void setValues(Float[] Values)
Values - 对应的具体值Copyright © 2025. All rights reserved.