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 the spot check policy, in seconds.
|
Long |
getCheckInterval()
Get Detection interval of the spot check policy, which indicates how long to wait before conducting the next detection after one detection is completed.
|
Long |
getCirclesNumber()
Get Number of loops.
|
Long |
getSkipDuration()
Get Duration for which the opening clip is skipped.
|
void |
setCheckDuration(Long CheckDuration)
Set Duration of each loop detection in the spot check policy, in seconds.
|
void |
setCheckInterval(Long CheckInterval)
Set Detection interval of the spot check policy, which indicates how long to wait before conducting the next detection after one detection is completed.
|
void |
setCirclesNumber(Long CirclesNumber)
Set Number of loops.
|
void |
setSkipDuration(Long SkipDuration)
Set Duration for which the opening clip is skipped.
|
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 TimeSpotCheck()
public TimeSpotCheck(TimeSpotCheck source)
public Long getCheckDuration()
public void setCheckDuration(Long CheckDuration)
CheckDuration
- Duration of each loop detection in the spot check policy, in seconds. Valid values:
- Minimum value: 10.
- Maximum value: 86400.public Long getCheckInterval()
public void setCheckInterval(Long CheckInterval)
CheckInterval
- Detection interval of the spot check policy, which indicates how long to wait before conducting the next detection after one detection is completed.public Long getSkipDuration()
public void setSkipDuration(Long SkipDuration)
SkipDuration
- Duration for which the opening clip is skipped.public Long getCirclesNumber()
public void setCirclesNumber(Long CirclesNumber)
CirclesNumber
- Number of loops. When this field is empty or set to 0, the default behavior is to loop until the video ends.Copyright © 2025. All rights reserved.