public class DescribeCloudStorageEventsWithAITasksRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCloudStorageEventsWithAITasksRequest() | 
| DescribeCloudStorageEventsWithAITasksRequest(DescribeCloudStorageEventsWithAITasksRequest 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 | 
|---|---|
| Long | getChannelId()Get 通道ID 非NVR设备则不填 NVR设备则必填 默认为无 | 
| String | getContext()Get 请求上下文, 用作查询游标 | 
| String | getDeviceName()Get 设备名称 | 
| Long | getEndTime()Get 结束时间(Unix 时间戳,秒级), 为0 表示当前时间 | 
| String | getEventId()Get 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。 | 
| String | getProductId()Get 产品ID | 
| String[] | getServiceTypes()Get 事件关联的视频 AI 分析服务类型(支持多选)。可选值:
- `RealtimeObjectDetect`:目标检测
- `Highlight`:视频浓缩
- `VideoToText`:视频语义理解 | 
| Long | getSize()Get 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。 | 
| Long | getStartTime()Get 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h | 
| String | getUserId()Get 用户ID | 
| void | setChannelId(Long ChannelId)Set 通道ID 非NVR设备则不填 NVR设备则必填 默认为无 | 
| void | setContext(String Context)Set 请求上下文, 用作查询游标 | 
| void | setDeviceName(String DeviceName)Set 设备名称 | 
| void | setEndTime(Long EndTime)Set 结束时间(Unix 时间戳,秒级), 为0 表示当前时间 | 
| void | setEventId(String EventId)Set 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。 | 
| void | setProductId(String ProductId)Set 产品ID | 
| void | setServiceTypes(String[] ServiceTypes)Set 事件关联的视频 AI 分析服务类型(支持多选)。可选值:
- `RealtimeObjectDetect`:目标检测
- `Highlight`:视频浓缩
- `VideoToText`:视频语义理解 | 
| void | setSize(Long Size)Set 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。 | 
| void | setStartTime(Long StartTime)Set 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h | 
| void | setUserId(String UserId)Set 用户ID | 
| 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 DescribeCloudStorageEventsWithAITasksRequest()
public DescribeCloudStorageEventsWithAITasksRequest(DescribeCloudStorageEventsWithAITasksRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称public String[] getServiceTypes()
public void setServiceTypes(String[] ServiceTypes)
ServiceTypes - 事件关联的视频 AI 分析服务类型(支持多选)。可选值:
- `RealtimeObjectDetect`:目标检测
- `Highlight`:视频浓缩
- `VideoToText`:视频语义理解public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24hpublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间(Unix 时间戳,秒级), 为0 表示当前时间public String getContext()
public void setContext(String Context)
Context - 请求上下文, 用作查询游标public Long getSize()
public void setSize(Long Size)
Size - 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。public String getEventId()
public void setEventId(String EventId)
EventId - 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。public String getUserId()
public void setUserId(String UserId)
UserId - 用户IDpublic Long getChannelId()
public void setChannelId(Long ChannelId)
ChannelId - 通道ID 非NVR设备则不填 NVR设备则必填 默认为无Copyright © 2025. All rights reserved.