public class DownloadL4LogsRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get The end time.
|
Long |
getLimit()
Get Limit on paginated queries.
|
Long |
getOffset()
Get The page offset.
|
String[] |
getProxyIds()
Get List of L4 proxy instance IDs.
|
String |
getStartTime()
Get The start time.
|
String[] |
getZoneIds()
Get ZoneId set.
|
void |
setEndTime(String EndTime)
Set The end time.
|
void |
setLimit(Long Limit)
Set Limit on paginated queries.
|
void |
setOffset(Long Offset)
Set The page offset.
|
void |
setProxyIds(String[] ProxyIds)
Set List of L4 proxy instance IDs.
|
void |
setStartTime(String StartTime)
Set The start time.
|
void |
setZoneIds(String[] ZoneIds)
Set ZoneId set.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DownloadL4LogsRequest()
public DownloadL4LogsRequest(DownloadL4LogsRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time.public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- ZoneId set. This parameter is required.public String[] getProxyIds()
public void setProxyIds(String[] ProxyIds)
ProxyIds
- List of L4 proxy instance IDs.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Limit on paginated queries. Default value: 20. Maximum value: 300.public Long getOffset()
public void setOffset(Long Offset)
Offset
- The page offset. Default value: 0.Copyright © 2024. All rights reserved.