public class Chunk extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Chunk() | 
| Chunk(Chunk 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 chunk内容。 | 
| Long | getIndex()Get chunk索引。切片顺序 id。 | 
| void | setContent(String Content)Set chunk内容。 | 
| void | setIndex(Long Index)Set chunk索引。切片顺序 id。 | 
| 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 Chunk()
public Chunk(Chunk source)
public Long getIndex()
public void setIndex(Long Index)
Index - chunk索引。切片顺序 id。public String getContent()
public void setContent(String Content)
Content - chunk内容。Copyright © 2025. All rights reserved.