public class TextToClassRequest extends AbstractModel
Constructor and Description |
---|
TextToClassRequest() |
TextToClassRequest(TextToClassRequest 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 |
---|---|
String |
getText()
Get 报告文本
|
Long |
getUserType()
Get 用户类型,新客户传1,老客户可不传
|
void |
setText(String Text)
Set 报告文本
|
void |
setUserType(Long UserType)
Set 用户类型,新客户传1,老客户可不传
|
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 TextToClassRequest()
public TextToClassRequest(TextToClassRequest source)
public String getText()
public void setText(String Text)
Text
- 报告文本public Long getUserType()
public void setUserType(Long UserType)
UserType
- 用户类型,新客户传1,老客户可不传Copyright © 2023. All rights reserved.