public class WordTimePair extends AbstractModel
| Constructor and Description |
|---|
WordTimePair() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMbtm()
Get 单词出现的那个句子的起始时间
|
Long |
getMetm()
Get 单词出现的那个句子的结束时间
|
void |
setMbtm(Long Mbtm)
Set 单词出现的那个句子的起始时间
|
void |
setMetm(Long Metm)
Set 单词出现的那个句子的结束时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getMbtm()
public void setMbtm(Long Mbtm)
Mbtm - 单词出现的那个句子的起始时间public Long getMetm()
public void setMetm(Long Metm)
Metm - 单词出现的那个句子的结束时间Copyright © 2020. All rights reserved.