Class ControlRecordTimelineRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.ControlRecordTimelineRequest
-
public class ControlRecordTimelineRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ControlRecordTimelineRequest()ControlRecordTimelineRequest(ControlRecordTimelineRequest 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 通道 ID(从通道查询接口DescribeDeviceChannel中获取)LonggetEnd()Get 结束时间LonggetStart()Get 起始时间voidsetChannelId(String ChannelId)Set 通道 ID(从通道查询接口DescribeDeviceChannel中获取)voidsetEnd(Long End)Set 结束时间voidsetStart(Long Start)Set 起始时间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
-
ControlRecordTimelineRequest
public ControlRecordTimelineRequest()
-
ControlRecordTimelineRequest
public ControlRecordTimelineRequest(ControlRecordTimelineRequest 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
-
getChannelId
public String getChannelId()
Get 通道 ID(从通道查询接口DescribeDeviceChannel中获取)- Returns:
- ChannelId 通道 ID(从通道查询接口DescribeDeviceChannel中获取)
-
setChannelId
public void setChannelId(String ChannelId)
Set 通道 ID(从通道查询接口DescribeDeviceChannel中获取)- Parameters:
ChannelId- 通道 ID(从通道查询接口DescribeDeviceChannel中获取)
-
getStart
public Long getStart()
Get 起始时间- Returns:
- Start 起始时间
-
setStart
public void setStart(Long Start)
Set 起始时间- Parameters:
Start- 起始时间
-
getEnd
public Long getEnd()
Get 结束时间- Returns:
- End 结束时间
-
setEnd
public void setEnd(Long End)
Set 结束时间- Parameters:
End- 结束时间
-
-