public class SnapshotConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
SnapshotConfig() |
SnapshotConfig(SnapshotConfig 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 |
---|---|
OperTimeSlot[] |
getOperTimeSlot()
Get 模板生效的时间段。最多包含5组时间段
|
Long |
getTimeInterval()
Get 截图频率。可选值1~20秒
|
void |
setOperTimeSlot(OperTimeSlot[] OperTimeSlot)
Set 模板生效的时间段。最多包含5组时间段
|
void |
setTimeInterval(Long TimeInterval)
Set 截图频率。可选值1~20秒
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SnapshotConfig()
public SnapshotConfig(SnapshotConfig source)
public Long getTimeInterval()
public void setTimeInterval(Long TimeInterval)
TimeInterval
- 截图频率。可选值1~20秒public OperTimeSlot[] getOperTimeSlot()
public void setOperTimeSlot(OperTimeSlot[] OperTimeSlot)
OperTimeSlot
- 模板生效的时间段。最多包含5组时间段Copyright © 2024. All rights reserved.