public class DescribeUploadedFilesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeUploadedFilesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getLimit()Get Number of results to be returned for a single request. | 
| Long | getOffset()Get Record offset. | 
| String | getPath()Get File path. | 
| void | setLimit(Long Limit)Set Number of results to be returned for a single request. | 
| void | setOffset(Long Offset)Set Record offset. | 
| void | setPath(String Path)Set File path. | 
| 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, toJsonStringpublic String getPath()
public void setPath(String Path)
Path - File path. `OwnerUin` information of the root account should be entered in this field.public Long getOffset()
public void setOffset(Long Offset)
Offset - Record offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results to be returned for a single request. Default value: 20.Copyright © 2020. All rights reserved.