public class QualityEvaluationConfigureInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
QualityEvaluationConfigureInfo() |
QualityEvaluationConfigureInfo(QualityEvaluationConfigureInfo 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 |
getScore()
Get 视频画面质量评价过滤阈值,结果只返回低于该值的时间段,默认值为 60。
|
String |
getSwitch()
Get 视频画面质量评价检测开关,可选值:
ON:开启;
OFF:关闭。
|
void |
setScore(Long Score)
Set 视频画面质量评价过滤阈值,结果只返回低于该值的时间段,默认值为 60。
|
void |
setSwitch(String Switch)
Set 视频画面质量评价检测开关,可选值:
ON:开启;
OFF:关闭。
|
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 QualityEvaluationConfigureInfo()
public QualityEvaluationConfigureInfo(QualityEvaluationConfigureInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- 视频画面质量评价检测开关,可选值:
public Long getScore()
public void setScore(Long Score)
Score
- 视频画面质量评价过滤阈值,结果只返回低于该值的时间段,默认值为 60。Copyright © 2024. All rights reserved.