public class RetrievalRecord extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RetrievalRecord() | 
| RetrievalRecord(RetrievalRecord 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 | getContent()Get 检索到的内容 | 
| RetrievalRecordMetadata | getMetadata()Get 检索结果的元数据 | 
| String | getTitle()Get 检索到的标题 | 
| void | setContent(String Content)Set 检索到的内容 | 
| void | setMetadata(RetrievalRecordMetadata Metadata)Set 检索结果的元数据 | 
| void | setTitle(String Title)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 RetrievalRecord()
public RetrievalRecord(RetrievalRecord source)
public RetrievalRecordMetadata getMetadata()
public void setMetadata(RetrievalRecordMetadata Metadata)
Metadata - 检索结果的元数据public String getTitle()
public void setTitle(String Title)
Title - 检索到的标题public String getContent()
public void setContent(String Content)
Content - 检索到的内容Copyright © 2025. All rights reserved.