Class DownloadL7LogsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.DownloadL7LogsRequest
-
public class DownloadL7LogsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DownloadL7LogsRequest()DownloadL7LogsRequest(DownloadL7LogsRequest 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 String[]getDomains()Get 子域名集合,不填默认选择全部子域名。StringgetEndTime()Get 结束时间。LonggetLimit()Get 分页查询的限制数目,默认值为 20,最大查询条目为 300。LonggetOffset()Get 分页的偏移量,默认值为 0。StringgetStartTime()Get 开始时间。String[]getZoneIds()Get 站点集合,此参数必填,不填默认查询为空。voidsetDomains(String[] Domains)Set 子域名集合,不填默认选择全部子域名。voidsetEndTime(String EndTime)Set 结束时间。voidsetLimit(Long Limit)Set 分页查询的限制数目,默认值为 20,最大查询条目为 300。voidsetOffset(Long Offset)Set 分页的偏移量,默认值为 0。voidsetStartTime(String StartTime)Set 开始时间。voidsetZoneIds(String[] ZoneIds)Set 站点集合,此参数必填,不填默认查询为空。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
-
DownloadL7LogsRequest
public DownloadL7LogsRequest()
-
DownloadL7LogsRequest
public DownloadL7LogsRequest(DownloadL7LogsRequest 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
-
getStartTime
public String getStartTime()
Get 开始时间。- Returns:
- StartTime 开始时间。
-
setStartTime
public void setStartTime(String StartTime)
Set 开始时间。- Parameters:
StartTime- 开始时间。
-
getEndTime
public String getEndTime()
Get 结束时间。- Returns:
- EndTime 结束时间。
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间。- Parameters:
EndTime- 结束时间。
-
getZoneIds
public String[] getZoneIds()
Get 站点集合,此参数必填,不填默认查询为空。- Returns:
- ZoneIds 站点集合,此参数必填,不填默认查询为空。
-
setZoneIds
public void setZoneIds(String[] ZoneIds)
Set 站点集合,此参数必填,不填默认查询为空。- Parameters:
ZoneIds- 站点集合,此参数必填,不填默认查询为空。
-
getDomains
public String[] getDomains()
Get 子域名集合,不填默认选择全部子域名。- Returns:
- Domains 子域名集合,不填默认选择全部子域名。
-
setDomains
public void setDomains(String[] Domains)
Set 子域名集合,不填默认选择全部子域名。- Parameters:
Domains- 子域名集合,不填默认选择全部子域名。
-
getLimit
public Long getLimit()
Get 分页查询的限制数目,默认值为 20,最大查询条目为 300。- Returns:
- Limit 分页查询的限制数目,默认值为 20,最大查询条目为 300。
-
setLimit
public void setLimit(Long Limit)
Set 分页查询的限制数目,默认值为 20,最大查询条目为 300。- Parameters:
Limit- 分页查询的限制数目,默认值为 20,最大查询条目为 300。
-
getOffset
public Long getOffset()
Get 分页的偏移量,默认值为 0。- Returns:
- Offset 分页的偏移量,默认值为 0。
-
setOffset
public void setOffset(Long Offset)
Set 分页的偏移量,默认值为 0。- Parameters:
Offset- 分页的偏移量,默认值为 0。
-
-