public class AiSampleWordInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getKeyword()
Get Keyword.
|
String[] |
getTags()
Get Keyword tag
Array length limit: 20 tags;
Tag length limit: 128 characters.
|
void |
setKeyword(String Keyword)
Set Keyword.
|
void |
setTags(String[] Tags)
Set Keyword tag
Array length limit: 20 tags;
Tag length limit: 128 characters.
|
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 AiSampleWordInfo()
public AiSampleWordInfo(AiSampleWordInfo source)
public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- Keyword. Length limit: 20 characters.public String[] getTags()
public void setTags(String[] Tags)
Tags
- Keyword tag
Copyright © 2021. All rights reserved.