public class AiSampleWord extends AbstractModel
Constructor and Description |
---|
AiSampleWord() |
AiSampleWord(AiSampleWord 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 |
getCreateTime()
Get 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
String |
getKeyword()
Get 关键词。
|
String[] |
getTagSet()
Get 关键词标签。
|
String |
getUpdateTime()
Get 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
String[] |
getUsageSet()
Get 关键词应用场景。
|
void |
setCreateTime(String CreateTime)
Set 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
void |
setKeyword(String Keyword)
Set 关键词。
|
void |
setTagSet(String[] TagSet)
Set 关键词标签。
|
void |
setUpdateTime(String UpdateTime)
Set 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
void |
setUsageSet(String[] UsageSet)
Set 关键词应用场景。
|
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 AiSampleWord()
public AiSampleWord(AiSampleWord source)
public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 关键词。public String[] getTagSet()
public void setTagSet(String[] TagSet)
TagSet
- 关键词标签。public String[] getUsageSet()
public void setUsageSet(String[] UsageSet)
UsageSet
- 关键词应用场景。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。Copyright © 2021. All rights reserved.