Class GetDisableRecordsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.GetDisableRecordsRequest
-
public class GetDisableRecordsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetDisableRecordsRequest()GetDisableRecordsRequest(GetDisableRecordsRequest 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 StringgetEndTime()Get 结束时间,如:2018-12-14 10:24:00。LonggetLimit()Get 分页查询限制数目,默认为20。LonggetOffset()Get 分页查询偏移量,默认为 0StringgetStartTime()Get 开始时间,如:2018-12-12 10:24:00。StringgetStatus()Get URL 当前状态 disable:当前仍为禁用状态,访问返回 403 enable:当前为可用状态,已解禁,可正常访问StringgetTaskId()Get 任务ID,任务ID和起始时间需要至少填写一项。StringgetUrl()Get 指定 URL 查询voidsetEndTime(String EndTime)Set 结束时间,如:2018-12-14 10:24:00。voidsetLimit(Long Limit)Set 分页查询限制数目,默认为20。voidsetOffset(Long Offset)Set 分页查询偏移量,默认为 0voidsetStartTime(String StartTime)Set 开始时间,如:2018-12-12 10:24:00。voidsetStatus(String Status)Set URL 当前状态 disable:当前仍为禁用状态,访问返回 403 enable:当前为可用状态,已解禁,可正常访问voidsetTaskId(String TaskId)Set 任务ID,任务ID和起始时间需要至少填写一项。voidsetUrl(String Url)Set 指定 URL 查询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
-
GetDisableRecordsRequest
public GetDisableRecordsRequest()
-
GetDisableRecordsRequest
public GetDisableRecordsRequest(GetDisableRecordsRequest 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
-
getUrl
public String getUrl()
Get 指定 URL 查询- Returns:
- Url 指定 URL 查询
-
setUrl
public void setUrl(String Url)
Set 指定 URL 查询- Parameters:
Url- 指定 URL 查询
-
getStartTime
public String getStartTime()
Get 开始时间,如:2018-12-12 10:24:00。- Returns:
- StartTime 开始时间,如:2018-12-12 10:24:00。
-
setStartTime
public void setStartTime(String StartTime)
Set 开始时间,如:2018-12-12 10:24:00。- Parameters:
StartTime- 开始时间,如:2018-12-12 10:24:00。
-
getEndTime
public String getEndTime()
Get 结束时间,如:2018-12-14 10:24:00。- Returns:
- EndTime 结束时间,如:2018-12-14 10:24:00。
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间,如:2018-12-14 10:24:00。- Parameters:
EndTime- 结束时间,如:2018-12-14 10:24:00。
-
getStatus
public String getStatus()
Get URL 当前状态 disable:当前仍为禁用状态,访问返回 403 enable:当前为可用状态,已解禁,可正常访问- Returns:
- Status URL 当前状态 disable:当前仍为禁用状态,访问返回 403 enable:当前为可用状态,已解禁,可正常访问
-
setStatus
public void setStatus(String Status)
Set URL 当前状态 disable:当前仍为禁用状态,访问返回 403 enable:当前为可用状态,已解禁,可正常访问- Parameters:
Status- URL 当前状态 disable:当前仍为禁用状态,访问返回 403 enable:当前为可用状态,已解禁,可正常访问
-
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。
-
getTaskId
public String getTaskId()
Get 任务ID,任务ID和起始时间需要至少填写一项。- Returns:
- TaskId 任务ID,任务ID和起始时间需要至少填写一项。
-
setTaskId
public void setTaskId(String TaskId)
Set 任务ID,任务ID和起始时间需要至少填写一项。- Parameters:
TaskId- 任务ID,任务ID和起始时间需要至少填写一项。
-
-