public class AiSampleWord extends AbstractModel
header, skipSign
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 Creation time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
String |
getKeyword()
Get Keyword.
|
String[] |
getTagSet()
Get Keyword tag.
|
String |
getUpdateTime()
Get Last modified time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
String[] |
getUsageSet()
Get Keyword use case.
|
void |
setCreateTime(String CreateTime)
Set Creation time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setKeyword(String Keyword)
Set Keyword.
|
void |
setTagSet(String[] TagSet)
Set Keyword tag.
|
void |
setUpdateTime(String UpdateTime)
Set Last modified time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setUsageSet(String[] UsageSet)
Set Keyword use case.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiSampleWord()
public AiSampleWord(AiSampleWord source)
public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- Keyword.public String[] getTagSet()
public void setTagSet(String[] TagSet)
TagSet
- Keyword tag.public String[] getUsageSet()
public void setUsageSet(String[] UsageSet)
UsageSet
- Keyword use case.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last modified time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).Copyright © 2024. All rights reserved.