Class DownloadL4LogsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.DownloadL4LogsRequest
-
public class DownloadL4LogsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DownloadL4LogsRequest()DownloadL4LogsRequest(DownloadL4LogsRequest 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 结束时间。LonggetLimit()Get 分页查询的限制数目,默认值为 20,最大查询条目为 300。LonggetOffset()Get 分页的偏移量,默认值为 0。String[]getProxyIds()Get 四层实例 ID 集合。StringgetStartTime()Get 开始时间。String[]getZoneIds()Get 站点集合,此参数必填,不填默认查询为空。voidsetEndTime(String EndTime)Set 结束时间。voidsetLimit(Long Limit)Set 分页查询的限制数目,默认值为 20,最大查询条目为 300。voidsetOffset(Long Offset)Set 分页的偏移量,默认值为 0。voidsetProxyIds(String[] ProxyIds)Set 四层实例 ID 集合。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
-
DownloadL4LogsRequest
public DownloadL4LogsRequest()
-
DownloadL4LogsRequest
public DownloadL4LogsRequest(DownloadL4LogsRequest 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- 站点集合,此参数必填,不填默认查询为空。
-
getProxyIds
public String[] getProxyIds()
Get 四层实例 ID 集合。- Returns:
- ProxyIds 四层实例 ID 集合。
-
setProxyIds
public void setProxyIds(String[] ProxyIds)
Set 四层实例 ID 集合。- Parameters:
ProxyIds- 四层实例 ID 集合。
-
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。
-
-