public class DownloadL7LogsRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getDomains()Get Array of subdomain names | 
| String | getEndTime()Get End time. | 
| Long | getPageNo()Get Current page | 
| Long | getPageSize()Get Number of entries per page | 
| String | getStartTime()Get Start time. | 
| String[] | getZones()Get Array of site names | 
| void | setDomains(String[] Domains)Set Array of subdomain names | 
| void | setEndTime(String EndTime)Set End time. | 
| void | setPageNo(Long PageNo)Set Current page | 
| void | setPageSize(Long PageSize)Set Number of entries per page | 
| void | setStartTime(String StartTime)Set Start time. | 
| void | setZones(String[] Zones)Set Array of site names | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DownloadL7LogsRequest()
public DownloadL7LogsRequest(DownloadL7LogsRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time. It must conform to the RFC3339 standard.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time. It must conform to the RFC3339 standard.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Number of entries per pagepublic Long getPageNo()
public void setPageNo(Long PageNo)
PageNo - Current pagepublic String[] getZones()
public void setZones(String[] Zones)
Zones - Array of site namespublic String[] getDomains()
public void setDomains(String[] Domains)
Domains - Array of subdomain namesCopyright © 2025. All rights reserved.