public class RequestSummary extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RequestSummary()  | 
RequestSummary(RequestSummary 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 | 
|---|---|
Float | 
getAverage()
Get Average request response time (seconds). 
 | 
Long | 
getCount()
Get Number of requests. 
 | 
Float | 
getErrorPercentage()
Get Request error rate. 
 | 
Float | 
getMax()
Get Maximum request latency (seconds). 
 | 
String | 
getMethod()
Get Request method. 
 | 
Float | 
getMin()
Get Minimum request latency (seconds). 
 | 
Float | 
getP90()
Get Request p90 latency (seconds). 
 | 
Float | 
getP95()
Get Request p95 latency (seconds). 
 | 
Float | 
getP99()
Get Request p99 latency (seconds). 
 | 
String | 
getResult()
Get Response details. 
 | 
Float | 
getRPS()
Get Request per seconds, unit req/s. 
 | 
String | 
getService()
Get Request URL. 
 | 
String | 
getStatus()
Get Response status code. 
 | 
void | 
setAverage(Float Average)
Set Average request response time (seconds). 
 | 
void | 
setCount(Long Count)
Set Number of requests. 
 | 
void | 
setErrorPercentage(Float ErrorPercentage)
Set Request error rate. 
 | 
void | 
setMax(Float Max)
Set Maximum request latency (seconds). 
 | 
void | 
setMethod(String Method)
Set Request method. 
 | 
void | 
setMin(Float Min)
Set Minimum request latency (seconds). 
 | 
void | 
setP90(Float P90)
Set Request p90 latency (seconds). 
 | 
void | 
setP95(Float P95)
Set Request p95 latency (seconds). 
 | 
void | 
setP99(Float P99)
Set Request p99 latency (seconds). 
 | 
void | 
setResult(String Result)
Set Response details. 
 | 
void | 
setRPS(Float RPS)
Set Request per seconds, unit req/s. 
 | 
void | 
setService(String Service)
Set Request URL. 
 | 
void | 
setStatus(String Status)
Set Response status code. 
 | 
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 RequestSummary()
public RequestSummary(RequestSummary source)
public String getService()
public void setService(String Service)
Service - Request URL.public String getMethod()
public void setMethod(String Method)
Method - Request method.public Long getCount()
public void setCount(Long Count)
Count - Number of requests.public Float getAverage()
public void setAverage(Float Average)
Average - Average request response time (seconds).public Float getP90()
public void setP90(Float P90)
P90 - Request p90 latency (seconds).public Float getP95()
public void setP95(Float P95)
P95 - Request p95 latency (seconds).public Float getMin()
public void setMin(Float Min)
Min - Minimum request latency (seconds).public Float getMax()
public void setMax(Float Max)
Max - Maximum request latency (seconds).public Float getErrorPercentage()
public void setErrorPercentage(Float ErrorPercentage)
ErrorPercentage - Request error rate.public Float getP99()
public void setP99(Float P99)
P99 - Request p99 latency (seconds).public String getStatus()
public void setStatus(String Status)
Status - Response status code.public String getResult()
public void setResult(String Result)
Result - Response details.public Float getRPS()
public void setRPS(Float RPS)
RPS - Request per seconds, unit req/s.Copyright © 2025. All rights reserved.