Class AiSampleWordInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.AiSampleWordInfo
-
public class AiSampleWordInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AiSampleWordInfo()AiSampleWordInfo(AiSampleWordInfo 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 StringgetKeyword()Get 关键词,长度限制:20 个字符。String[]getTags()Get 关键词标签 数组长度限制:20 个标签; 单个标签长度限制:128 个字符。voidsetKeyword(String Keyword)Set 关键词,长度限制:20 个字符。voidsetTags(String[] Tags)Set 关键词标签 数组长度限制:20 个标签; 单个标签长度限制:128 个字符。voidtoMap(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
-
AiSampleWordInfo
public AiSampleWordInfo()
-
AiSampleWordInfo
public AiSampleWordInfo(AiSampleWordInfo 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
-
getKeyword
public String getKeyword()
Get 关键词,长度限制:20 个字符。- Returns:
- Keyword 关键词,长度限制:20 个字符。
-
setKeyword
public void setKeyword(String Keyword)
Set 关键词,长度限制:20 个字符。- Parameters:
Keyword- 关键词,长度限制:20 个字符。
-
getTags
public String[] getTags()
Get 关键词标签- 数组长度限制:20 个标签;
- 单个标签长度限制:128 个字符。
- Returns:
- Tags 关键词标签
- 数组长度限制:20 个标签;
- 单个标签长度限制:128 个字符。
-
setTags
public void setTags(String[] Tags)
Set 关键词标签- 数组长度限制:20 个标签;
- 单个标签长度限制:128 个字符。
- Parameters:
Tags- 关键词标签- 数组长度限制:20 个标签;
- 单个标签长度限制:128 个字符。
-
-