Class DescribeDeviceDataHistoryResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.DescribeDeviceDataHistoryResponse
-
public class DescribeDeviceDataHistoryResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContext()Get 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据 注意:此字段可能返回 null,表示取不到有效值。StringgetFieldName()Get 属性字段名称,对应数据模板中功能属性的标识符 注意:此字段可能返回 null,表示取不到有效值。BooleangetListover()Get 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。 注意:此字段可能返回 null,表示取不到有效值。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。DeviceDataHistoryItem[]getResults()Get 历史数据结果数组,返回对应时间点及取值。 注意:此字段可能返回 null,表示取不到有效值。voidsetContext(String Context)Set 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据 注意:此字段可能返回 null,表示取不到有效值。voidsetFieldName(String FieldName)Set 属性字段名称,对应数据模板中功能属性的标识符 注意:此字段可能返回 null,表示取不到有效值。voidsetListover(Boolean Listover)Set 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetResults(DeviceDataHistoryItem[] Results)Set 历史数据结果数组,返回对应时间点及取值。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeDeviceDataHistoryResponse
public DescribeDeviceDataHistoryResponse()
-
DescribeDeviceDataHistoryResponse
public 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.
-
-
Method Detail
-
getFieldName
public String getFieldName()
Get 属性字段名称,对应数据模板中功能属性的标识符 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FieldName 属性字段名称,对应数据模板中功能属性的标识符 注意:此字段可能返回 null,表示取不到有效值。
-
setFieldName
public void setFieldName(String FieldName)
Set 属性字段名称,对应数据模板中功能属性的标识符 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FieldName- 属性字段名称,对应数据模板中功能属性的标识符 注意:此字段可能返回 null,表示取不到有效值。
-
getListover
public Boolean getListover()
Get 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Listover 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。 注意:此字段可能返回 null,表示取不到有效值。
-
setListover
public void setListover(Boolean Listover)
Set 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Listover- 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。 注意:此字段可能返回 null,表示取不到有效值。
-
getContext
public String getContext()
Get 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Context 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据 注意:此字段可能返回 null,表示取不到有效值。
-
setContext
public void setContext(String Context)
Set 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Context- 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据 注意:此字段可能返回 null,表示取不到有效值。
-
getResults
public DeviceDataHistoryItem[] getResults()
Get 历史数据结果数组,返回对应时间点及取值。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Results 历史数据结果数组,返回对应时间点及取值。 注意:此字段可能返回 null,表示取不到有效值。
-
setResults
public void setResults(DeviceDataHistoryItem[] Results)
Set 历史数据结果数组,返回对应时间点及取值。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Results- 历史数据结果数组,返回对应时间点及取值。 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-