public class DescribeDeviceDataHistoryResponse extends AbstractModel
Constructor and Description |
---|
DescribeDeviceDataHistoryResponse() |
DescribeDeviceDataHistoryResponse(DescribeDeviceDataHistoryResponse 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 |
---|---|
String |
getContext()
Get 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFieldName()
Get 属性字段名称,对应数据模板中功能属性的标识符
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getListover()
Get 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
DeviceDataHistoryItem[] |
getResults()
Get 历史数据结果数组,返回对应时间点及取值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContext(String Context)
Set 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFieldName(String FieldName)
Set 属性字段名称,对应数据模板中功能属性的标识符
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setListover(Boolean Listover)
Set 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setResults(DeviceDataHistoryItem[] Results)
Set 历史数据结果数组,返回对应时间点及取值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeDeviceDataHistoryResponse()
public DescribeDeviceDataHistoryResponse(DescribeDeviceDataHistoryResponse source)
public String getFieldName()
public void setFieldName(String FieldName)
FieldName
- 属性字段名称,对应数据模板中功能属性的标识符
注意:此字段可能返回 null,表示取不到有效值。public Boolean getListover()
public void setListover(Boolean Listover)
Listover
- 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
注意:此字段可能返回 null,表示取不到有效值。public String getContext()
public void setContext(String Context)
Context
- 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
注意:此字段可能返回 null,表示取不到有效值。public DeviceDataHistoryItem[] getResults()
public void setResults(DeviceDataHistoryItem[] Results)
Results
- 历史数据结果数组,返回对应时间点及取值。
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.