Class DescribeUploadedFilesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.DescribeUploadedFilesRequest
-
public class DescribeUploadedFilesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetLimit()Get 单次请求返回的数量,默认值为20。LonggetOffset()Get 记录偏移量,默认值为0。StringgetPath()Get 文件路径。该字段应填用户主账号的OwnerUin信息。voidsetLimit(Long Limit)Set 单次请求返回的数量,默认值为20。voidsetOffset(Long Offset)Set 记录偏移量,默认值为0。voidsetPath(String Path)Set 文件路径。该字段应填用户主账号的OwnerUin信息。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
-
DescribeUploadedFilesRequest
public DescribeUploadedFilesRequest()
-
DescribeUploadedFilesRequest
public 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.
-
-
Method Detail
-
getPath
public String getPath()
Get 文件路径。该字段应填用户主账号的OwnerUin信息。- Returns:
- Path 文件路径。该字段应填用户主账号的OwnerUin信息。
-
setPath
public void setPath(String Path)
Set 文件路径。该字段应填用户主账号的OwnerUin信息。- Parameters:
Path- 文件路径。该字段应填用户主账号的OwnerUin信息。
-
getOffset
public Long getOffset()
Get 记录偏移量,默认值为0。- Returns:
- Offset 记录偏移量,默认值为0。
-
setOffset
public void setOffset(Long Offset)
Set 记录偏移量,默认值为0。- Parameters:
Offset- 记录偏移量,默认值为0。
-
getLimit
public Long getLimit()
Get 单次请求返回的数量,默认值为20。- Returns:
- Limit 单次请求返回的数量,默认值为20。
-
setLimit
public void setLimit(Long Limit)
Set 单次请求返回的数量,默认值为20。- Parameters:
Limit- 单次请求返回的数量,默认值为20。
-
-