Class DescribeDeviceEventHistoryResponse


  • public class DescribeDeviceEventHistoryResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeDeviceEventHistoryResponse

        public DescribeDeviceEventHistoryResponse()
      • DescribeDeviceEventHistoryResponse

        public DescribeDeviceEventHistoryResponse​(DescribeDeviceEventHistoryResponse 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

      • getContext

        public String getContext()
        Get 搜索上下文, 用作查询游标 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Context 搜索上下文, 用作查询游标 注意:此字段可能返回 null,表示取不到有效值。
      • setContext

        public void setContext​(String Context)
        Set 搜索上下文, 用作查询游标 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Context - 搜索上下文, 用作查询游标 注意:此字段可能返回 null,表示取不到有效值。
      • getTotal

        public Long getTotal()
        Get 搜索结果数量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Total 搜索结果数量 注意:此字段可能返回 null,表示取不到有效值。
      • setTotal

        public void setTotal​(Long Total)
        Set 搜索结果数量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Total - 搜索结果数量 注意:此字段可能返回 null,表示取不到有效值。
      • getListover

        public Boolean getListover()
        Get 搜索结果是否已经结束 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Listover 搜索结果是否已经结束 注意:此字段可能返回 null,表示取不到有效值。
      • setListover

        public void setListover​(Boolean Listover)
        Set 搜索结果是否已经结束 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Listover - 搜索结果是否已经结束 注意:此字段可能返回 null,表示取不到有效值。
      • getEventHistory

        public EventHistoryItem[] getEventHistory()
        Get 搜集结果集 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EventHistory 搜集结果集 注意:此字段可能返回 null,表示取不到有效值。
      • setEventHistory

        public void setEventHistory​(EventHistoryItem[] EventHistory)
        Set 搜集结果集 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EventHistory - 搜集结果集 注意:此字段可能返回 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。