Class DescribeDownloadInfosRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ape.v20200513.models.DescribeDownloadInfosRequest
-
public class DescribeDownloadInfosRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDownloadInfosRequest()DescribeDownloadInfosRequest(DescribeDownloadInfosRequest 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 StringgetBeginTime()Get 开始时间晚于指定时间StringgetEndTime()Get 结束时间早于指定时间Long[]getImageIds()Get 无效值,过滤结果为空LonggetLimit()Get 默认10LonggetOffset()Get 默认0voidsetBeginTime(String BeginTime)Set 开始时间晚于指定时间voidsetEndTime(String EndTime)Set 结束时间早于指定时间voidsetImageIds(Long[] ImageIds)Set 无效值,过滤结果为空voidsetLimit(Long Limit)Set 默认10voidsetOffset(Long Offset)Set 默认0voidtoMap(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
-
DescribeDownloadInfosRequest
public DescribeDownloadInfosRequest()
-
DescribeDownloadInfosRequest
public DescribeDownloadInfosRequest(DescribeDownloadInfosRequest 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
-
getLimit
public Long getLimit()
Get 默认10- Returns:
- Limit 默认10
-
setLimit
public void setLimit(Long Limit)
Set 默认10- Parameters:
Limit- 默认10
-
getOffset
public Long getOffset()
Get 默认0- Returns:
- Offset 默认0
-
setOffset
public void setOffset(Long Offset)
Set 默认0- Parameters:
Offset- 默认0
-
getBeginTime
public String getBeginTime()
Get 开始时间晚于指定时间- Returns:
- BeginTime 开始时间晚于指定时间
-
setBeginTime
public void setBeginTime(String BeginTime)
Set 开始时间晚于指定时间- Parameters:
BeginTime- 开始时间晚于指定时间
-
getEndTime
public String getEndTime()
Get 结束时间早于指定时间- Returns:
- EndTime 结束时间早于指定时间
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间早于指定时间- Parameters:
EndTime- 结束时间早于指定时间
-
getImageIds
public Long[] getImageIds()
Get 无效值,过滤结果为空- Returns:
- ImageIds 无效值,过滤结果为空
-
setImageIds
public void setImageIds(Long[] ImageIds)
Set 无效值,过滤结果为空- Parameters:
ImageIds- 无效值,过滤结果为空
-
-