public class UploadInfo extends AbstractModel
Constructor and Description |
---|
UploadInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getAllSliceNum()
Get Number of parts of file
|
Long |
getCompleteNum()
Get Number of completed parts
|
void |
setAllSliceNum(Long AllSliceNum)
Set Number of parts of file
|
void |
setCompleteNum(Long CompleteNum)
Set Number of completed parts
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getAllSliceNum()
public void setAllSliceNum(Long AllSliceNum)
AllSliceNum
- Number of parts of filepublic Long getCompleteNum()
public void setCompleteNum(Long CompleteNum)
CompleteNum
- Number of completed partsCopyright © 2020. All rights reserved.