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 单次请求返回的数量,默认值为20。
|
Long |
getOffset()
Get 记录偏移量,默认值为0。
|
String |
getPath()
Get 文件路径。该字段应填用户主账号的OwnerUin信息。
|
void |
setLimit(Long Limit)
Set 单次请求返回的数量,默认值为20。
|
void |
setOffset(Long Offset)
Set 记录偏移量,默认值为0。
|
void |
setPath(String Path)
Set 文件路径。该字段应填用户主账号的OwnerUin信息。
|
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
- 文件路径。该字段应填用户主账号的OwnerUin信息。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 记录偏移量,默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 单次请求返回的数量,默认值为20。Copyright © 2022. All rights reserved.