public class DescribeUploadedFilesRequest extends AbstractModel
Constructor and Description |
---|
DescribeUploadedFilesRequest() |
DescribeUploadedFilesRequest(DescribeUploadedFilesRequest 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 |
---|---|
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, toJsonString
public DescribeUploadedFilesRequest()
public DescribeUploadedFilesRequest(DescribeUploadedFilesRequest source)
public 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 © 2023. All rights reserved.