public class QualityEvaluationConfigureInfoForUpdate extends AbstractModel
skipSign| Constructor and Description |
|---|
QualityEvaluationConfigureInfoForUpdate() |
QualityEvaluationConfigureInfoForUpdate(QualityEvaluationConfigureInfoForUpdate 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 视频画面质量评价过滤阈值,结果只返回低于该值的时间段。
|
String |
getSwitch()
Get 视频画面质量评价开关,可选值:
ON:开启;
OFF:关闭。
|
void |
setScore(Long Score)
Set 视频画面质量评价过滤阈值,结果只返回低于该值的时间段。
|
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QualityEvaluationConfigureInfoForUpdate()
public QualityEvaluationConfigureInfoForUpdate(QualityEvaluationConfigureInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - 视频画面质量评价开关,可选值:
public Long getScore()
public void setScore(Long Score)
Score - 视频画面质量评价过滤阈值,结果只返回低于该值的时间段。Copyright © 2023. All rights reserved.