Class RequestSummary
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.pts.v20210728.models.RequestSummary
-
public class RequestSummary extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Float
getAverage()
Get 请求响应平均耗时,单位秒Long
getCount()
Get 请求次数Float
getErrorPercentage()
Get 请求错误率Float
getMax()
Get 请求最大耗时,单位秒String
getMethod()
Get 请求方法Float
getMin()
Get 请求最小耗时,单位秒Float
getP90()
Get 请求p90耗时,单位秒Float
getP95()
Get 请求p95耗时,单位秒Float
getP99()
Get 请求p99耗时,单位秒String
getResult()
Get 响应详情String
getService()
Get 请求URLString
getStatus()
Get 响应状态码void
setAverage(Float Average)
Set 请求响应平均耗时,单位秒void
setCount(Long Count)
Set 请求次数void
setErrorPercentage(Float ErrorPercentage)
Set 请求错误率void
setMax(Float Max)
Set 请求最大耗时,单位秒void
setMethod(String Method)
Set 请求方法void
setMin(Float Min)
Set 请求最小耗时,单位秒void
setP90(Float P90)
Set 请求p90耗时,单位秒void
setP95(Float P95)
Set 请求p95耗时,单位秒void
setP99(Float P99)
Set 请求p99耗时,单位秒void
setResult(String Result)
Set 响应详情void
setService(String Service)
Set 请求URLvoid
setStatus(String Status)
Set 响应状态码void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RequestSummary
public RequestSummary()
-
RequestSummary
public 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.
-
-
Method Detail
-
getService
public String getService()
Get 请求URL- Returns:
- Service 请求URL
-
setService
public void setService(String Service)
Set 请求URL- Parameters:
Service
- 请求URL
-
getMethod
public String getMethod()
Get 请求方法- Returns:
- Method 请求方法
-
setMethod
public void setMethod(String Method)
Set 请求方法- Parameters:
Method
- 请求方法
-
getCount
public Long getCount()
Get 请求次数- Returns:
- Count 请求次数
-
setCount
public void setCount(Long Count)
Set 请求次数- Parameters:
Count
- 请求次数
-
getAverage
public Float getAverage()
Get 请求响应平均耗时,单位秒- Returns:
- Average 请求响应平均耗时,单位秒
-
setAverage
public void setAverage(Float Average)
Set 请求响应平均耗时,单位秒- Parameters:
Average
- 请求响应平均耗时,单位秒
-
getP90
public Float getP90()
Get 请求p90耗时,单位秒- Returns:
- P90 请求p90耗时,单位秒
-
setP90
public void setP90(Float P90)
Set 请求p90耗时,单位秒- Parameters:
P90
- 请求p90耗时,单位秒
-
getP95
public Float getP95()
Get 请求p95耗时,单位秒- Returns:
- P95 请求p95耗时,单位秒
-
setP95
public void setP95(Float P95)
Set 请求p95耗时,单位秒- Parameters:
P95
- 请求p95耗时,单位秒
-
getMin
public Float getMin()
Get 请求最小耗时,单位秒- Returns:
- Min 请求最小耗时,单位秒
-
setMin
public void setMin(Float Min)
Set 请求最小耗时,单位秒- Parameters:
Min
- 请求最小耗时,单位秒
-
getMax
public Float getMax()
Get 请求最大耗时,单位秒- Returns:
- Max 请求最大耗时,单位秒
-
setMax
public void setMax(Float Max)
Set 请求最大耗时,单位秒- Parameters:
Max
- 请求最大耗时,单位秒
-
getErrorPercentage
public Float getErrorPercentage()
Get 请求错误率- Returns:
- ErrorPercentage 请求错误率
-
setErrorPercentage
public void setErrorPercentage(Float ErrorPercentage)
Set 请求错误率- Parameters:
ErrorPercentage
- 请求错误率
-
getP99
public Float getP99()
Get 请求p99耗时,单位秒- Returns:
- P99 请求p99耗时,单位秒
-
setP99
public void setP99(Float P99)
Set 请求p99耗时,单位秒- Parameters:
P99
- 请求p99耗时,单位秒
-
getStatus
public String getStatus()
Get 响应状态码- Returns:
- Status 响应状态码
-
setStatus
public void setStatus(String Status)
Set 响应状态码- Parameters:
Status
- 响应状态码
-
getResult
public String getResult()
Get 响应详情- Returns:
- Result 响应详情
-
setResult
public void setResult(String Result)
Set 响应详情- Parameters:
Result
- 响应详情
-
-