public class Embellish extends AbstractModel
skipSign
Constructor and Description |
---|
Embellish() |
Embellish(Embellish 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 |
getEmbellishType()
Get 润色类型。类型如下:
expansion:扩写
rewriting:改写
translation_m2a:从现代文改写为古文
translation_a2m:从古文改写为现代文
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getText()
Get 润色后的文本。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEmbellishType(String EmbellishType)
Set 润色类型。类型如下:
expansion:扩写
rewriting:改写
translation_m2a:从现代文改写为古文
translation_a2m:从古文改写为现代文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setText(String Text)
Set 润色后的文本。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Embellish()
public Embellish(Embellish source)
public String getText()
public void setText(String Text)
Text
- 润色后的文本。
注意:此字段可能返回 null,表示取不到有效值。public String getEmbellishType()
public void setEmbellishType(String EmbellishType)
EmbellishType
- 润色类型。类型如下:
expansion:扩写
rewriting:改写
translation_m2a:从现代文改写为古文
translation_a2m:从古文改写为现代文
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.