Class AddRecordRetrieveTaskRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.AddRecordRetrieveTaskRequest
-
public class AddRecordRetrieveTaskRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AddRecordRetrieveTaskRequest()
AddRecordRetrieveTaskRequest(AddRecordRetrieveTaskRequest 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 ChannelInfo[]
getChannels()
Get 设备通道,一个任务最多32个设备通道String
getDescribe()
Get 取回任务描述Long
getEndTime()
Get 取回录像的结束时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天Long
getExpiration()
Get 取回录像副本有效期,最小为1天,最大为365天Long
getMode()
Get 取回模式, 1:极速模式,其他暂不支持Long
getStartTime()
Get 取回录像的开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天String
getTaskName()
Get 任务名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复void
setChannels(ChannelInfo[] Channels)
Set 设备通道,一个任务最多32个设备通道void
setDescribe(String Describe)
Set 取回任务描述void
setEndTime(Long EndTime)
Set 取回录像的结束时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天void
setExpiration(Long Expiration)
Set 取回录像副本有效期,最小为1天,最大为365天void
setMode(Long Mode)
Set 取回模式, 1:极速模式,其他暂不支持void
setStartTime(Long StartTime)
Set 取回录像的开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天void
setTaskName(String TaskName)
Set 任务名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复void
toMap(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
-
AddRecordRetrieveTaskRequest
public AddRecordRetrieveTaskRequest()
-
AddRecordRetrieveTaskRequest
public AddRecordRetrieveTaskRequest(AddRecordRetrieveTaskRequest 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
-
getTaskName
public String getTaskName()
Get 任务名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复- Returns:
- TaskName 任务名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复
-
setTaskName
public void setTaskName(String TaskName)
Set 任务名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复- Parameters:
TaskName
- 任务名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复
-
getStartTime
public Long getStartTime()
Get 取回录像的开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天- Returns:
- StartTime 取回录像的开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天
-
setStartTime
public void setStartTime(Long StartTime)
Set 取回录像的开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天- Parameters:
StartTime
- 取回录像的开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天
-
getEndTime
public Long getEndTime()
Get 取回录像的结束时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天- Returns:
- EndTime 取回录像的结束时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天
-
setEndTime
public void setEndTime(Long EndTime)
Set 取回录像的结束时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天- Parameters:
EndTime
- 取回录像的结束时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天
-
getMode
public Long getMode()
Get 取回模式, 1:极速模式,其他暂不支持- Returns:
- Mode 取回模式, 1:极速模式,其他暂不支持
-
setMode
public void setMode(Long Mode)
Set 取回模式, 1:极速模式,其他暂不支持- Parameters:
Mode
- 取回模式, 1:极速模式,其他暂不支持
-
getExpiration
public Long getExpiration()
Get 取回录像副本有效期,最小为1天,最大为365天- Returns:
- Expiration 取回录像副本有效期,最小为1天,最大为365天
-
setExpiration
public void setExpiration(Long Expiration)
Set 取回录像副本有效期,最小为1天,最大为365天- Parameters:
Expiration
- 取回录像副本有效期,最小为1天,最大为365天
-
getChannels
public ChannelInfo[] getChannels()
Get 设备通道,一个任务最多32个设备通道- Returns:
- Channels 设备通道,一个任务最多32个设备通道
-
setChannels
public void setChannels(ChannelInfo[] Channels)
Set 设备通道,一个任务最多32个设备通道- Parameters:
Channels
- 设备通道,一个任务最多32个设备通道
-
getDescribe
public String getDescribe()
Get 取回任务描述- Returns:
- Describe 取回任务描述
-
setDescribe
public void setDescribe(String Describe)
Set 取回任务描述- Parameters:
Describe
- 取回任务描述
-
-