public class WordTimePair extends AbstractModel
Constructor and 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.
|
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, toJsonString
public WordTimePair()
public WordTimePair(WordTimePair source)
public Long getMbtm()
public void setMbtm(Long Mbtm)
Mbtm
- 单词出现的那个句子的起始时间public Long getMetm()
public void setMetm(Long Metm)
Metm
- 单词出现的那个句子的结束时间Copyright © 2022. All rights reserved.