public class DescribeTimingL7CacheDataRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeTimingL7CacheDataRequest()  | 
DescribeTimingL7CacheDataRequest(DescribeTimingL7CacheDataRequest 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 Start time of the query (client time in RFC 3339) 
 | 
Filter[] | 
getFilters()
Get Filter condition:
{Key: "cacheType", Value: ["hit"], Operator: "equals"}: Filter by data responded from EdgeOne
{Key: "cacheType", Value: ["miss", "dynamic"], Operator: "equals"}: Filter by data responded from the origin server 
 | 
String | 
getInterval()
Get Time interval. 
 | 
String[] | 
getMetricNames()
Get Supported metrics for data query:
`l7Cache_outFlux`: Access traffic
`l7Cache_request`: Access requests 
 | 
String | 
getStartTime()
Get Start time of the query (client time in RFC 3339) 
 | 
String[] | 
getZoneIds()
Get List of site IDs 
 | 
void | 
setEndTime(String EndTime)
Set Start time of the query (client time in RFC 3339) 
 | 
void | 
setFilters(Filter[] Filters)
Set Filter condition:
{Key: "cacheType", Value: ["hit"], Operator: "equals"}: Filter by data responded from EdgeOne
{Key: "cacheType", Value: ["miss", "dynamic"], Operator: "equals"}: Filter by data responded from the origin server 
 | 
void | 
setInterval(String Interval)
Set Time interval. 
 | 
void | 
setMetricNames(String[] MetricNames)
Set Supported metrics for data query:
`l7Cache_outFlux`: Access traffic
`l7Cache_request`: Access requests 
 | 
void | 
setStartTime(String StartTime)
Set Start time of the query (client time in RFC 3339) 
 | 
void | 
setZoneIds(String[] ZoneIds)
Set List of site IDs 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeTimingL7CacheDataRequest()
public DescribeTimingL7CacheDataRequest(DescribeTimingL7CacheDataRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time of the query (client time in RFC 3339)public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Start time of the query (client time in RFC 3339)public String[] getMetricNames()
public void setMetricNames(String[] MetricNames)
MetricNames - Supported metrics for data query:
`l7Cache_outFlux`: Access traffic
`l7Cache_request`: Access requestspublic String getInterval()
public void setInterval(String Interval)
Interval - Time interval. Values: {min, 5min, hour, day, week}public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds - List of site IDspublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter condition:
{Key: "cacheType", Value: ["hit"], Operator: "equals"}: Filter by data responded from EdgeOne
{Key: "cacheType", Value: ["miss", "dynamic"], Operator: "equals"}: Filter by data responded from the origin serverCopyright © 2022. All rights reserved.