Class AudioResultDetailMoanResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vm.v20200709.models.AudioResultDetailMoanResult
-
public class AudioResultDetailMoanResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AudioResultDetailMoanResult()AudioResultDetailMoanResult(AudioResultDetailMoanResult 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 FloatgetEndTime()Get 结束时间StringgetLabel()Get 固定为Moan 注意:此字段可能返回 null,表示取不到有效值。LonggetScore()Get 分数FloatgetStartTime()Get 开始时间StringgetSubLabelCode()Get 子标签码voidsetEndTime(Float EndTime)Set 结束时间voidsetLabel(String Label)Set 固定为Moan 注意:此字段可能返回 null,表示取不到有效值。voidsetScore(Long Score)Set 分数voidsetStartTime(Float StartTime)Set 开始时间voidsetSubLabelCode(String SubLabelCode)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
-
AudioResultDetailMoanResult
public AudioResultDetailMoanResult()
-
AudioResultDetailMoanResult
public AudioResultDetailMoanResult(AudioResultDetailMoanResult 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
-
getLabel
public String getLabel()
Get 固定为Moan 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Label 固定为Moan 注意:此字段可能返回 null,表示取不到有效值。
-
setLabel
public void setLabel(String Label)
Set 固定为Moan 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Label- 固定为Moan 注意:此字段可能返回 null,表示取不到有效值。
-
getScore
public Long getScore()
Get 分数- Returns:
- Score 分数
-
setScore
public void setScore(Long Score)
Set 分数- Parameters:
Score- 分数
-
getStartTime
public Float getStartTime()
Get 开始时间- Returns:
- StartTime 开始时间
-
setStartTime
public void setStartTime(Float StartTime)
Set 开始时间- Parameters:
StartTime- 开始时间
-
getEndTime
public Float getEndTime()
Get 结束时间- Returns:
- EndTime 结束时间
-
setEndTime
public void setEndTime(Float EndTime)
Set 结束时间- Parameters:
EndTime- 结束时间
-
getSubLabelCode
public String getSubLabelCode()
Get 子标签码- Returns:
- SubLabelCode 子标签码
-
setSubLabelCode
public void setSubLabelCode(String SubLabelCode)
Set 子标签码- Parameters:
SubLabelCode- 子标签码
-
-