Class SentenceItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecc.v20181213.models.SentenceItem
-
public class SentenceItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SentenceItem()SentenceItem(SentenceItem 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 LonggetParaID()Get 段落idStringgetSentence()Get 英语句子LonggetSentenceID()Get 句子idvoidsetParaID(Long ParaID)Set 段落idvoidsetSentence(String Sentence)Set 英语句子voidsetSentenceID(Long SentenceID)Set 句子idvoidtoMap(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
-
SentenceItem
public SentenceItem()
-
SentenceItem
public SentenceItem(SentenceItem 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
-
getSentence
public String getSentence()
Get 英语句子- Returns:
- Sentence 英语句子
-
setSentence
public void setSentence(String Sentence)
Set 英语句子- Parameters:
Sentence- 英语句子
-
getParaID
public Long getParaID()
Get 段落id- Returns:
- ParaID 段落id
-
setParaID
public void setParaID(Long ParaID)
Set 段落id- Parameters:
ParaID- 段落id
-
getSentenceID
public Long getSentenceID()
Get 句子id- Returns:
- SentenceID 句子id
-
setSentenceID
public void setSentenceID(Long SentenceID)
Set 句子id- Parameters:
SentenceID- 句子id
-
-