public class QualityEvaluationConfigureInfoForUpdate extends AbstractModel
header, 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 Video quality evaluation filter threshold, the result only returns the time periods lower than this value, the default value is 60.
|
String |
getSwitch()
Get Video quality evaluation switch, optional values:
ON: enabled;
OFF: disabled.
|
void |
setScore(Long Score)
Set Video quality evaluation filter threshold, the result only returns the time periods lower than this value, the default value is 60.
|
void |
setSwitch(String Switch)
Set Video quality evaluation switch, optional values:
ON: enabled;
OFF: disabled.
|
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 QualityEvaluationConfigureInfoForUpdate()
public QualityEvaluationConfigureInfoForUpdate(QualityEvaluationConfigureInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Video quality evaluation switch, optional values:
public Long getScore()
public void setScore(Long Score)
Score
- Video quality evaluation filter threshold, the result only returns the time periods lower than this value, the default value is 60.Copyright © 2024. All rights reserved.