public class DescribeTimingL4DataRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTimingL4DataRequest() |
DescribeTimingL4DataRequest(DescribeTimingL4DataRequest 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 |
getArea()
Get Geolocation scope.
|
String |
getEndTime()
Get The end time.
|
QueryCondition[] |
getFilters()
Get Filters
ruleId
Filter by the specified forwarding rule ID proxyId Filter by the specified L4 agent ID |
String |
getInterval()
Get The query granularity.
|
String[] |
getMetricNames()
Get Query indicator.
|
String[] |
getProxyIds()
Get List of L4 proxy IDs.
|
String |
getStartTime()
Get The start time.
|
String[] |
getZoneIds()
Get ZoneId set.
|
void |
setArea(String Area)
Set Geolocation scope.
|
void |
setEndTime(String EndTime)
Set The end time.
|
void |
setFilters(QueryCondition[] Filters)
Set Filters
ruleId
Filter by the specified forwarding rule ID proxyId Filter by the specified L4 agent ID |
void |
setInterval(String Interval)
Set The query granularity.
|
void |
setMetricNames(String[] MetricNames)
Set Query indicator.
|
void |
setProxyIds(String[] ProxyIds)
Set List of L4 proxy 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 DescribeTimingL4DataRequest()
public DescribeTimingL4DataRequest(DescribeTimingL4DataRequest 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[] getMetricNames()
public void setMetricNames(String[] MetricNames)
MetricNames
- Query indicator. Values:
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 IDs. All L4 proxies will be selected if this field is not specified.public String getInterval()
public void setInterval(String Interval)
Interval
- The query granularity. Values:
public QueryCondition[] getFilters()
public void setFilters(QueryCondition[] Filters)
Filters
- Filters
public String getArea()
public void setArea(String Area)
Area
- Geolocation scope. Values:
Copyright © 2024. All rights reserved.