public class ControlRecordTimelineRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getChannelId()Get 通道 ID(从通道查询接口DescribeDeviceChannel中获取) | 
| Long | getEnd()Get 结束时间 | 
| Long | getStart()Get 起始时间 | 
| void | setChannelId(String ChannelId)Set 通道 ID(从通道查询接口DescribeDeviceChannel中获取) | 
| void | setEnd(Long End)Set 结束时间 | 
| void | setStart(Long Start)Set 起始时间 | 
| 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 ControlRecordTimelineRequest()
public ControlRecordTimelineRequest(ControlRecordTimelineRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - 通道 ID(从通道查询接口DescribeDeviceChannel中获取)public Long getStart()
public void setStart(Long Start)
Start - 起始时间public Long getEnd()
public void setEnd(Long End)
End - 结束时间Copyright © 2025. All rights reserved.