public class SingleOrderedDataPoint extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SingleOrderedDataPoint() | 
| SingleOrderedDataPoint(SingleOrderedDataPoint 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 | 
|---|---|
| Dimension[] | getDimensions()Get 实例对象维度组合    
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getOrder()Get 排序序号
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getTimestamp()Get 监控数据时间戳
注意:此字段可能返回 null,表示取不到有效值。 | 
| Float | getValue()Get 监控数据值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDimensions(Dimension[] Dimensions)Set 实例对象维度组合    
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOrder(Long Order)Set 排序序号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTimestamp(Long Timestamp)Set 监控数据时间戳
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setValue(Float Value)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, toJsonStringpublic SingleOrderedDataPoint()
public SingleOrderedDataPoint(SingleOrderedDataPoint source)
public Dimension[] getDimensions()
public void setDimensions(Dimension[] Dimensions)
Dimensions - 实例对象维度组合        
注意:此字段可能返回 null,表示取不到有效值。public Float getValue()
public void setValue(Float Value)
Value - 监控数据值
注意:此字段可能返回 null,表示取不到有效值。public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - 监控数据时间戳
注意:此字段可能返回 null,表示取不到有效值。public Long getOrder()
public void setOrder(Long Order)
Order - 排序序号
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.