public class TextToObjectRequest extends AbstractModel
Constructor and Description |
---|
TextToObjectRequest() |
TextToObjectRequest(TextToObjectRequest 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 |
---|---|
Boolean |
getIsUsedClassify()
Get 是否使用分类引擎
|
String |
getText()
Get 报告文本
|
Long |
getType()
Get 报告类型
|
void |
setIsUsedClassify(Boolean IsUsedClassify)
Set 是否使用分类引擎
|
void |
setText(String Text)
Set 报告文本
|
void |
setType(Long Type)
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 TextToObjectRequest()
public TextToObjectRequest(TextToObjectRequest source)
public String getText()
public void setText(String Text)
Text
- 报告文本public Long getType()
public void setType(Long Type)
Type
- 报告类型public Boolean getIsUsedClassify()
public void setIsUsedClassify(Boolean IsUsedClassify)
IsUsedClassify
- 是否使用分类引擎Copyright © 2021. All rights reserved.