public class ComposeCoupletRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComposeCoupletRequest() |
ComposeCoupletRequest(ComposeCoupletRequest 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 |
getTargetType()
Get 返回的文本结果为繁体还是简体。0:简体;1:繁体。默认为0。
|
String |
getText()
Get 生成对联的关键词。长度需>=2,当长度>2时,自动截取前两个字作为关键字。内容需为常用汉字(不含有数字、英文、韩语、日语、符号等等其他)。
|
void |
setTargetType(Long TargetType)
Set 返回的文本结果为繁体还是简体。0:简体;1:繁体。默认为0。
|
void |
setText(String Text)
Set 生成对联的关键词。长度需>=2,当长度>2时,自动截取前两个字作为关键字。内容需为常用汉字(不含有数字、英文、韩语、日语、符号等等其他)。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ComposeCoupletRequest()
public ComposeCoupletRequest(ComposeCoupletRequest source)
public String getText()
public void setText(String Text)
Text
- 生成对联的关键词。长度需>=2,当长度>2时,自动截取前两个字作为关键字。内容需为常用汉字(不含有数字、英文、韩语、日语、符号等等其他)。public Long getTargetType()
public void setTargetType(Long TargetType)
TargetType
- 返回的文本结果为繁体还是简体。0:简体;1:繁体。默认为0。Copyright © 2024. All rights reserved.