public class ChunkDocument extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ChunkDocument() | 
| ChunkDocument(ChunkDocument 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 | getFileContent()Get 文本原文,使用字符串格式输入。 | 
| String | getFileType()Get 文件类型,支持 MD,TXT 格式。 | 
| void | setFileContent(String FileContent)Set 文本原文,使用字符串格式输入。 | 
| void | setFileType(String FileType)Set 文件类型,支持 MD,TXT 格式。 | 
| 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 ChunkDocument()
public ChunkDocument(ChunkDocument source)
public String getFileType()
public void setFileType(String FileType)
FileType - 文件类型,支持 MD,TXT 格式。public String getFileContent()
public void setFileContent(String FileContent)
FileContent - 文本原文,使用字符串格式输入。Copyright © 2025. All rights reserved.