public class CustomResult extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getKeywords()Get 命中的自定义关键词 | 
| String | getLibId()Get 自定义库id | 
| String | getLibName()Get 自定义词库名称 | 
| String | getType()Get 命中的自定义关键词的类型 | 
| void | setKeywords(String[] Keywords)Set 命中的自定义关键词 | 
| void | setLibId(String LibId)Set 自定义库id | 
| void | setLibName(String LibName)Set 自定义词库名称 | 
| void | setType(String Type)Set 命中的自定义关键词的类型 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CustomResult()
public CustomResult(CustomResult source)
public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords - 命中的自定义关键词public String getLibName()
public void setLibName(String LibName)
LibName - 自定义词库名称public String getLibId()
public void setLibId(String LibId)
LibId - 自定义库idpublic String getType()
public void setType(String Type)
Type - 命中的自定义关键词的类型Copyright © 2025. All rights reserved.