public class DescribeVideoListRequest extends AbstractModel
Constructor and Description |
---|
DescribeVideoListRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceId()
Get 设备Id
|
Long |
getEndTime()
Get 结束时间戳,秒级
|
Long |
getLimit()
Get 限制
|
Long |
getOffset()
Get 偏移
|
Long |
getStartTime()
Get 开始时间戳,秒级
|
void |
setDeviceId(String DeviceId)
Set 设备Id
|
void |
setEndTime(Long EndTime)
Set 结束时间戳,秒级
|
void |
setLimit(Long Limit)
Set 限制
|
void |
setOffset(Long Offset)
Set 偏移
|
void |
setStartTime(Long StartTime)
Set 开始时间戳,秒级
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 开始时间戳,秒级public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 结束时间戳,秒级public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备IdCopyright © 2021. All rights reserved.