Class AiSampleWord
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.AiSampleWord
-
public class AiSampleWord extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。StringgetKeyword()Get 关键词。String[]getTagSet()Get 关键词标签。StringgetUpdateTime()Get 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。String[]getUsageSet()Get 关键词应用场景。voidsetCreateTime(String CreateTime)Set 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。voidsetKeyword(String Keyword)Set 关键词。voidsetTagSet(String[] TagSet)Set 关键词标签。voidsetUpdateTime(String UpdateTime)Set 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。voidsetUsageSet(String[] UsageSet)Set 关键词应用场景。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
-
AiSampleWord
public AiSampleWord()
-
AiSampleWord
public 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.
-
-
Method Detail
-
getKeyword
public String getKeyword()
Get 关键词。- Returns:
- Keyword 关键词。
-
setKeyword
public void setKeyword(String Keyword)
Set 关键词。- Parameters:
Keyword- 关键词。
-
getTagSet
public String[] getTagSet()
Get 关键词标签。- Returns:
- TagSet 关键词标签。
-
setTagSet
public void setTagSet(String[] TagSet)
Set 关键词标签。- Parameters:
TagSet- 关键词标签。
-
getUsageSet
public String[] getUsageSet()
Get 关键词应用场景。- Returns:
- UsageSet 关键词应用场景。
-
setUsageSet
public void setUsageSet(String[] UsageSet)
Set 关键词应用场景。- Parameters:
UsageSet- 关键词应用场景。
-
getCreateTime
public String getCreateTime()
Get 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。- Returns:
- CreateTime 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。- Parameters:
CreateTime- 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
-
getUpdateTime
public String getUpdateTime()
Get 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。- Returns:
- UpdateTime 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。- Parameters:
UpdateTime- 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
-
-