public class ChunkDocumentAsyncRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ChunkDocumentAsyncRequest() |
ChunkDocumentAsyncRequest(ChunkDocumentAsyncRequest 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 |
|---|---|
ChunkConfigAsync |
getConfig()
Get 文件切片配置
|
Document |
getDocument()
Get 文件信息
|
String |
getModelName()
Get 模型名称
|
void |
setConfig(ChunkConfigAsync Config)
Set 文件切片配置
|
void |
setDocument(Document Document)
Set 文件信息
|
void |
setModelName(String ModelName)
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 ChunkDocumentAsyncRequest()
public ChunkDocumentAsyncRequest(ChunkDocumentAsyncRequest source)
public Document getDocument()
public void setDocument(Document Document)
Document - 文件信息public String getModelName()
public void setModelName(String ModelName)
ModelName - 模型名称public ChunkConfigAsync getConfig()
public void setConfig(ChunkConfigAsync Config)
Config - 文件切片配置Copyright © 2025. All rights reserved.