public class ControlDeviceSnapshotRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ControlDeviceSnapshotRequest() |
ControlDeviceSnapshotRequest(ControlDeviceSnapshotRequest 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
|
Long |
getExpire()
Get 图片存储时间,默认 7 天,仅支持(7, 15, 30, 60, 90, 180, 365)天
|
Long |
getInterval()
Get 抓拍间隔时间,可选值范围1~1800
|
Long |
getSnapNum()
Get 连拍张数,可选值范围1~10
|
void |
setChannelId(String ChannelId)
Set 通道ID
|
void |
setExpire(Long Expire)
Set 图片存储时间,默认 7 天,仅支持(7, 15, 30, 60, 90, 180, 365)天
|
void |
setInterval(Long Interval)
Set 抓拍间隔时间,可选值范围1~1800
|
void |
setSnapNum(Long SnapNum)
Set 连拍张数,可选值范围1~10
|
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, toJsonString
public ControlDeviceSnapshotRequest()
public ControlDeviceSnapshotRequest(ControlDeviceSnapshotRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道IDpublic Long getSnapNum()
public void setSnapNum(Long SnapNum)
SnapNum
- 连拍张数,可选值范围1~10public Long getInterval()
public void setInterval(Long Interval)
Interval
- 抓拍间隔时间,可选值范围1~1800public Long getExpire()
public void setExpire(Long Expire)
Expire
- 图片存储时间,默认 7 天,仅支持(7, 15, 30, 60, 90, 180, 365)天Copyright © 2025. All rights reserved.