public class AiSampleWordInfo extends AbstractModel
| Constructor and Description | 
|---|
| AiSampleWordInfo() | 
| 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, toJsonStringpublic 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.