public class SearchStrategy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SearchStrategy()  | 
SearchStrategy(SearchStrategy 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 | 
|---|---|
Long | 
getStrategyType()
Get Retrieval strategy type, 0: hybrid retrieval; 1: semantic retrieval. 
 | 
Boolean | 
getTableEnhancement()
Get Excel retrieval enhancement switch. 
 | 
void | 
setStrategyType(Long StrategyType)
Set Retrieval strategy type, 0: hybrid retrieval; 1: semantic retrieval. 
 | 
void | 
setTableEnhancement(Boolean TableEnhancement)
Set Excel retrieval enhancement switch. 
 | 
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 SearchStrategy()
public SearchStrategy(SearchStrategy source)
public Long getStrategyType()
public void setStrategyType(Long StrategyType)
StrategyType - Retrieval strategy type, 0: hybrid retrieval; 1: semantic retrieval.public Boolean getTableEnhancement()
public void setTableEnhancement(Boolean TableEnhancement)
TableEnhancement - Excel retrieval enhancement switch.Copyright © 2025. All rights reserved.