public class DescribeHistogramRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeHistogramRequest()  | 
DescribeHistogramRequest(DescribeHistogramRequest 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 | 
getDomain()
Get Domain filtering, not applied if not input, used to replace Host field and phase out Host 
 | 
String | 
getEdition()
Get Only two values are valid: sparta-waf, clb-waf. 
 | 
String | 
getFromTime()
Get Start time 
 | 
String | 
getHost()
Get Compatible host, gradually phasing out Host field 
 | 
String | 
getInstanceID()
Get WAF instance ID. 
 | 
String | 
getQueryField()
Get Clustering fields. 
 | 
String | 
getSource()
Get Condition, access for access logs, attack for attack logs 
 | 
String | 
getToTime()
Get End time 
 | 
void | 
setDomain(String Domain)
Set Domain filtering, not applied if not input, used to replace Host field and phase out Host 
 | 
void | 
setEdition(String Edition)
Set Only two values are valid: sparta-waf, clb-waf. 
 | 
void | 
setFromTime(String FromTime)
Set Start time 
 | 
void | 
setHost(String Host)
Set Compatible host, gradually phasing out Host field 
 | 
void | 
setInstanceID(String InstanceID)
Set WAF instance ID. 
 | 
void | 
setQueryField(String QueryField)
Set Clustering fields. 
 | 
void | 
setSource(String Source)
Set Condition, access for access logs, attack for attack logs 
 | 
void | 
setToTime(String ToTime)
Set End time 
 | 
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 DescribeHistogramRequest()
public DescribeHistogramRequest(DescribeHistogramRequest source)
public String getFromTime()
public void setFromTime(String FromTime)
FromTime - Start timepublic String getToTime()
public void setToTime(String ToTime)
ToTime - End timepublic String getQueryField()
public void setQueryField(String QueryField)
QueryField - Clustering fields. ip: IP aggregation; art: response time aggregation; url: URL aggregation; local: city aggregation after IP conversion; qps: second-level peak request count aggregation; up: peak upstream bandwidth aggregation; down: peak downstream bandwidth aggregationpublic String getSource()
public void setSource(String Source)
Source - Condition, access for access logs, attack for attack logspublic String getHost()
public void setHost(String Host)
Host - Compatible host, gradually phasing out Host fieldpublic String getEdition()
public void setEdition(String Edition)
Edition - Only two values are valid: sparta-waf, clb-waf. No filtering if not input.public String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID - WAF instance ID. No filter will be carried out if it is not input.public String getDomain()
public void setDomain(String Domain)
Domain - Domain filtering, not applied if not input, used to replace Host field and phase out HostCopyright © 2025. All rights reserved.