Class KeywordsLibInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.KeywordsLibInfo
-
public class KeywordsLibInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description KeywordsLibInfo()KeywordsLibInfo(KeywordsLibInfo 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 String[]getBizTypes()Get 关联策略BizType列表 注意:此字段可能返回 null,表示取不到有效值。StringgetCreateTime()Get 关键词库创建时间StringgetDescribe()Get 关键词库描述信息 注意:此字段可能返回 null,表示取不到有效值。StringgetID()Get 关键词库IDStringgetLibName()Get 关键词库名称 注意:此字段可能返回 null,表示取不到有效值。StringgetMatchType()Get 匹配模式(ExactMatch/FuzzyMatch)StringgetSuggestion()Get 审核建议(Review/Block)voidsetBizTypes(String[] BizTypes)Set 关联策略BizType列表 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 关键词库创建时间voidsetDescribe(String Describe)Set 关键词库描述信息 注意:此字段可能返回 null,表示取不到有效值。voidsetID(String ID)Set 关键词库IDvoidsetLibName(String LibName)Set 关键词库名称 注意:此字段可能返回 null,表示取不到有效值。voidsetMatchType(String MatchType)Set 匹配模式(ExactMatch/FuzzyMatch)voidsetSuggestion(String Suggestion)Set 审核建议(Review/Block)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
-
KeywordsLibInfo
public KeywordsLibInfo()
-
KeywordsLibInfo
public KeywordsLibInfo(KeywordsLibInfo 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
-
getID
public String getID()
Get 关键词库ID- Returns:
- ID 关键词库ID
-
setID
public void setID(String ID)
Set 关键词库ID- Parameters:
ID- 关键词库ID
-
getLibName
public String getLibName()
Get 关键词库名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LibName 关键词库名称 注意:此字段可能返回 null,表示取不到有效值。
-
setLibName
public void setLibName(String LibName)
Set 关键词库名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LibName- 关键词库名称 注意:此字段可能返回 null,表示取不到有效值。
-
getDescribe
public String getDescribe()
Get 关键词库描述信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Describe 关键词库描述信息 注意:此字段可能返回 null,表示取不到有效值。
-
setDescribe
public void setDescribe(String Describe)
Set 关键词库描述信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Describe- 关键词库描述信息 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 关键词库创建时间- Returns:
- CreateTime 关键词库创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 关键词库创建时间- Parameters:
CreateTime- 关键词库创建时间
-
getSuggestion
public String getSuggestion()
Get 审核建议(Review/Block)- Returns:
- Suggestion 审核建议(Review/Block)
-
setSuggestion
public void setSuggestion(String Suggestion)
Set 审核建议(Review/Block)- Parameters:
Suggestion- 审核建议(Review/Block)
-
getMatchType
public String getMatchType()
Get 匹配模式(ExactMatch/FuzzyMatch)- Returns:
- MatchType 匹配模式(ExactMatch/FuzzyMatch)
-
setMatchType
public void setMatchType(String MatchType)
Set 匹配模式(ExactMatch/FuzzyMatch)- Parameters:
MatchType- 匹配模式(ExactMatch/FuzzyMatch)
-
getBizTypes
public String[] getBizTypes()
Get 关联策略BizType列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BizTypes 关联策略BizType列表 注意:此字段可能返回 null,表示取不到有效值。
-
setBizTypes
public void setBizTypes(String[] BizTypes)
Set 关联策略BizType列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BizTypes- 关联策略BizType列表 注意:此字段可能返回 null,表示取不到有效值。
-
-