Class CustomResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.CustomResult
-
public class CustomResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomResult()CustomResult(CustomResult 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[]getKeywords()Get 命中的自定义关键词StringgetLibId()Get 自定义库idStringgetLibName()Get 自定义词库名称StringgetType()Get 命中的自定义关键词的类型voidsetKeywords(String[] Keywords)Set 命中的自定义关键词voidsetLibId(String LibId)Set 自定义库idvoidsetLibName(String LibName)Set 自定义词库名称voidsetType(String Type)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
-
CustomResult
public CustomResult()
-
CustomResult
public CustomResult(CustomResult 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
-
getKeywords
public String[] getKeywords()
Get 命中的自定义关键词- Returns:
- Keywords 命中的自定义关键词
-
setKeywords
public void setKeywords(String[] Keywords)
Set 命中的自定义关键词- Parameters:
Keywords- 命中的自定义关键词
-
getLibName
public String getLibName()
Get 自定义词库名称- Returns:
- LibName 自定义词库名称
-
setLibName
public void setLibName(String LibName)
Set 自定义词库名称- Parameters:
LibName- 自定义词库名称
-
getLibId
public String getLibId()
Get 自定义库id- Returns:
- LibId 自定义库id
-
setLibId
public void setLibId(String LibId)
Set 自定义库id- Parameters:
LibId- 自定义库id
-
getType
public String getType()
Get 命中的自定义关键词的类型- Returns:
- Type 命中的自定义关键词的类型
-
setType
public void setType(String Type)
Set 命中的自定义关键词的类型- Parameters:
Type- 命中的自定义关键词的类型
-
-