public class TimeSpotCheck extends AbstractModel
header, skipSign
Constructor and Description |
---|
TimeSpotCheck() |
TimeSpotCheck(TimeSpotCheck 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 |
---|---|
Long |
getCheckDuration()
Get Duration of each loop detection, in seconds.
|
Long |
getCheckInterval()
Get Detection interval, in seconds.
|
Long |
getCirclesNumber()
Get Number of loops.
|
Long |
getSkipDuration()
Get Skipped opening duration, in seconds.
|
void |
setCheckDuration(Long CheckDuration)
Set Duration of each loop detection, in seconds.
|
void |
setCheckInterval(Long CheckInterval)
Set Detection interval, in seconds.
|
void |
setCirclesNumber(Long CirclesNumber)
Set Number of loops.
|
void |
setSkipDuration(Long SkipDuration)
Set Skipped opening duration, in seconds.
|
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 TimeSpotCheck()
public TimeSpotCheck(TimeSpotCheck source)
public Long getCheckDuration()
public void setCheckDuration(Long CheckDuration)
CheckDuration
- Duration of each loop detection, in seconds. Value range:
- Minimum value: 10.
- Maximum value: 86400.public Long getCheckInterval()
public void setCheckInterval(Long CheckInterval)
CheckInterval
- Detection interval, in seconds. It indicates the duration after a detection is completed and before the next detection is conducted. Value range:
- Minimum value: 10.
- Maximum value: 3600.public Long getSkipDuration()
public void setSkipDuration(Long SkipDuration)
SkipDuration
- Skipped opening duration, in seconds. Value range:
- Minimum value: 1.
- Maximum value: 1800.public Long getCirclesNumber()
public void setCirclesNumber(Long CirclesNumber)
CirclesNumber
- Number of loops. Value range:
- Minimum value: 0.
- Maximum value: 1000.
If the value is 0 or not specified, it indicates that loops are executed until the video ends.Copyright © 2025. All rights reserved.