Class AllMuteSlice
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.AllMuteSlice
-
public class AllMuteSlice extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AllMuteSlice()AllMuteSlice(AllMuteSlice 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetMuteRatio()Get 静音时长占比。MuteSlice[]getMuteSlice()Get 所有静音片段。LonggetTotalMuteDuration()Get 静音总时长。voidsetMuteRatio(Float MuteRatio)Set 静音时长占比。voidsetMuteSlice(MuteSlice[] MuteSlice)Set 所有静音片段。voidsetTotalMuteDuration(Long TotalMuteDuration)Set 静音总时长。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AllMuteSlice
public AllMuteSlice()
-
AllMuteSlice
public AllMuteSlice(AllMuteSlice 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.
-
-
Method Detail
-
getMuteSlice
public MuteSlice[] getMuteSlice()
Get 所有静音片段。- Returns:
- MuteSlice 所有静音片段。
-
setMuteSlice
public void setMuteSlice(MuteSlice[] MuteSlice)
Set 所有静音片段。- Parameters:
MuteSlice- 所有静音片段。
-
getMuteRatio
public Float getMuteRatio()
Get 静音时长占比。- Returns:
- MuteRatio 静音时长占比。
-
setMuteRatio
public void setMuteRatio(Float MuteRatio)
Set 静音时长占比。- Parameters:
MuteRatio- 静音时长占比。
-
getTotalMuteDuration
public Long getTotalMuteDuration()
Get 静音总时长。- Returns:
- TotalMuteDuration 静音总时长。
-
setTotalMuteDuration
public void setTotalMuteDuration(Long TotalMuteDuration)
Set 静音总时长。- Parameters:
TotalMuteDuration- 静音总时长。
-
-