public class TargetInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TargetInfo() | 
| TargetInfo(TargetInfo 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 | getFileName()Get 目标文件名 | 
| SegmentInfo | getSegmentInfo()Get 目标文件切片信息 | 
| void | setFileName(String FileName)Set 目标文件名 | 
| void | setSegmentInfo(SegmentInfo SegmentInfo)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 TargetInfo()
public TargetInfo(TargetInfo source)
public String getFileName()
public void setFileName(String FileName)
FileName - 目标文件名public SegmentInfo getSegmentInfo()
public void setSegmentInfo(SegmentInfo SegmentInfo)
SegmentInfo - 目标文件切片信息Copyright © 2025. All rights reserved.