Class DescribeCloudStorageEventsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.DescribeCloudStorageEventsRequest
-
public class DescribeCloudStorageEventsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCloudStorageEventsRequest()DescribeCloudStorageEventsRequest(DescribeCloudStorageEventsRequest 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 LonggetChannelId()Get 通道ID 非NVR设备则不填 NVR设备则必填 默认为无StringgetContext()Get 请求上下文, 用作查询游标StringgetDeviceName()Get 设备名称LonggetEndTime()Get 结束时间(Unix 时间戳,秒级), 为0 表示当前时间StringgetEventId()Get 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。StringgetProductId()Get 产品IDLonggetSize()Get 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。LonggetStartTime()Get 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24hStringgetUserId()Get 用户IDvoidsetChannelId(Long ChannelId)Set 通道ID 非NVR设备则不填 NVR设备则必填 默认为无voidsetContext(String Context)Set 请求上下文, 用作查询游标voidsetDeviceName(String DeviceName)Set 设备名称voidsetEndTime(Long EndTime)Set 结束时间(Unix 时间戳,秒级), 为0 表示当前时间voidsetEventId(String EventId)Set 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。voidsetProductId(String ProductId)Set 产品IDvoidsetSize(Long Size)Set 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。voidsetStartTime(Long StartTime)Set 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24hvoidsetUserId(String UserId)Set 用户IDvoidtoMap(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
-
DescribeCloudStorageEventsRequest
public DescribeCloudStorageEventsRequest()
-
DescribeCloudStorageEventsRequest
public DescribeCloudStorageEventsRequest(DescribeCloudStorageEventsRequest 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
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId- 产品ID
-
getDeviceName
public String getDeviceName()
Get 设备名称- Returns:
- DeviceName 设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名称- Parameters:
DeviceName- 设备名称
-
getStartTime
public Long getStartTime()
Get 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h- Returns:
- StartTime 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h
-
setStartTime
public void setStartTime(Long StartTime)
Set 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h- Parameters:
StartTime- 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h
-
getEndTime
public Long getEndTime()
Get 结束时间(Unix 时间戳,秒级), 为0 表示当前时间- Returns:
- EndTime 结束时间(Unix 时间戳,秒级), 为0 表示当前时间
-
setEndTime
public void setEndTime(Long EndTime)
Set 结束时间(Unix 时间戳,秒级), 为0 表示当前时间- Parameters:
EndTime- 结束时间(Unix 时间戳,秒级), 为0 表示当前时间
-
getContext
public String getContext()
Get 请求上下文, 用作查询游标- Returns:
- Context 请求上下文, 用作查询游标
-
setContext
public void setContext(String Context)
Set 请求上下文, 用作查询游标- Parameters:
Context- 请求上下文, 用作查询游标
-
getSize
public Long getSize()
Get 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。- Returns:
- Size 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。
-
setSize
public void setSize(Long Size)
Set 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。- Parameters:
Size- 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。
-
getEventId
public String getEventId()
Get 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。- Returns:
- EventId 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。
-
setEventId
public void setEventId(String EventId)
Set 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。- Parameters:
EventId- 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。
-
getUserId
public String getUserId()
Get 用户ID- Returns:
- UserId 用户ID
-
setUserId
public void setUserId(String UserId)
Set 用户ID- Parameters:
UserId- 用户ID
-
getChannelId
public Long getChannelId()
Get 通道ID 非NVR设备则不填 NVR设备则必填 默认为无- Returns:
- ChannelId 通道ID 非NVR设备则不填 NVR设备则必填 默认为无
-
setChannelId
public void setChannelId(Long ChannelId)
Set 通道ID 非NVR设备则不填 NVR设备则必填 默认为无- Parameters:
ChannelId- 通道ID 非NVR设备则不填 NVR设备则必填 默认为无
-
-