Class WordTimePair
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.WordTimePair
-
public class WordTimePair extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WordTimePair()WordTimePair(WordTimePair 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 LonggetMbtm()Get 单词出现的那个句子的起始时间LonggetMetm()Get 单词出现的那个句子的结束时间voidsetMbtm(Long Mbtm)Set 单词出现的那个句子的起始时间voidsetMetm(Long Metm)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
-
WordTimePair
public WordTimePair()
-
WordTimePair
public WordTimePair(WordTimePair 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
-
getMbtm
public Long getMbtm()
Get 单词出现的那个句子的起始时间- Returns:
- Mbtm 单词出现的那个句子的起始时间
-
setMbtm
public void setMbtm(Long Mbtm)
Set 单词出现的那个句子的起始时间- Parameters:
Mbtm- 单词出现的那个句子的起始时间
-
getMetm
public Long getMetm()
Get 单词出现的那个句子的结束时间- Returns:
- Metm 单词出现的那个句子的结束时间
-
setMetm
public void setMetm(Long Metm)
Set 单词出现的那个句子的结束时间- Parameters:
Metm- 单词出现的那个句子的结束时间
-
-