Uses of Class
com.tencentcloudapi.cms.v20190321.models.UserKeywordInfo
-
Packages that use UserKeywordInfo Package Description com.tencentcloudapi.cms.v20190321.models -
-
Uses of UserKeywordInfo in com.tencentcloudapi.cms.v20190321.models
Methods in com.tencentcloudapi.cms.v20190321.models that return UserKeywordInfo Modifier and Type Method Description UserKeywordInfo[]CreateKeywordsSamplesResponse. getDupInfos()Get 重复关键词列表 注意:此字段可能返回 null,表示取不到有效值。UserKeywordInfo[]DescribeLibSamplesResponse. getInfos()Get 词详情UserKeywordInfo[]CreateKeywordsSamplesResponse. getSuccessInfos()Get 成功入库关键词列表Methods in com.tencentcloudapi.cms.v20190321.models with parameters of type UserKeywordInfo Modifier and Type Method Description voidCreateKeywordsSamplesResponse. setDupInfos(UserKeywordInfo[] DupInfos)Set 重复关键词列表 注意:此字段可能返回 null,表示取不到有效值。voidDescribeLibSamplesResponse. setInfos(UserKeywordInfo[] Infos)Set 词详情voidCreateKeywordsSamplesResponse. setSuccessInfos(UserKeywordInfo[] SuccessInfos)Set 成功入库关键词列表Constructors in com.tencentcloudapi.cms.v20190321.models with parameters of type UserKeywordInfo Constructor Description UserKeywordInfo(UserKeywordInfo 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.
-