Class UploadInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.UploadInfo
-
public class UploadInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UploadInfo()UploadInfo(UploadInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAllSliceNum()Get 文件所有分片数LonggetCompleteNum()Get 已完成分片数voidsetAllSliceNum(Long AllSliceNum)Set 文件所有分片数voidsetCompleteNum(Long CompleteNum)Set 已完成分片数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UploadInfo
public UploadInfo()
-
UploadInfo
public UploadInfo(UploadInfo 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.
-
-
Method Detail
-
getAllSliceNum
public Long getAllSliceNum()
Get 文件所有分片数- Returns:
- AllSliceNum 文件所有分片数
-
setAllSliceNum
public void setAllSliceNum(Long AllSliceNum)
Set 文件所有分片数- Parameters:
AllSliceNum- 文件所有分片数
-
getCompleteNum
public Long getCompleteNum()
Get 已完成分片数- Returns:
- CompleteNum 已完成分片数
-
setCompleteNum
public void setCompleteNum(Long CompleteNum)
Set 已完成分片数- Parameters:
CompleteNum- 已完成分片数
-
-