Class DescribeRecordFileRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.DescribeRecordFileRequest
-
public class DescribeRecordFileRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRecordFileRequest()DescribeRecordFileRequest(DescribeRecordFileRequest 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 StringgetChannelId()Get 通道IDStringgetDeviceId()Get 通道所属设备IDLonggetEndTime()Get 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天LonggetStartTime()Get 检索开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天voidsetChannelId(String ChannelId)Set 通道IDvoidsetDeviceId(String DeviceId)Set 通道所属设备IDvoidsetEndTime(Long EndTime)Set 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天voidsetStartTime(Long StartTime)Set 检索开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天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
-
DescribeRecordFileRequest
public DescribeRecordFileRequest()
-
DescribeRecordFileRequest
public DescribeRecordFileRequest(DescribeRecordFileRequest 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
-
getDeviceId
public String getDeviceId()
Get 通道所属设备ID- Returns:
- DeviceId 通道所属设备ID
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 通道所属设备ID- Parameters:
DeviceId- 通道所属设备ID
-
getChannelId
public String getChannelId()
Get 通道ID- Returns:
- ChannelId 通道ID
-
setChannelId
public void setChannelId(String ChannelId)
Set 通道ID- Parameters:
ChannelId- 通道ID
-
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秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天- Returns:
- EndTime 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天
-
setEndTime
public void setEndTime(Long EndTime)
Set 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天- Parameters:
EndTime- 检索结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天
-
-