Class ReportTrendData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gpm.v20200820.models.ReportTrendData
-
public class ReportTrendData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReportTrendData()ReportTrendData(ReportTrendData 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 String[]getCancelList()Get 被取消次数String[]getFailList()Get 失败次数String[]getSuccessList()Get 成功次数String[]getTimeList()Get 时间数组,单位:秒String[]getTimeoutList()Get 超时次数String[]getTotalList()Get 总次数voidsetCancelList(String[] CancelList)Set 被取消次数voidsetFailList(String[] FailList)Set 失败次数voidsetSuccessList(String[] SuccessList)Set 成功次数voidsetTimeList(String[] TimeList)Set 时间数组,单位:秒voidsetTimeoutList(String[] TimeoutList)Set 超时次数voidsetTotalList(String[] TotalList)Set 总次数voidtoMap(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
-
ReportTrendData
public ReportTrendData()
-
ReportTrendData
public ReportTrendData(ReportTrendData 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
-
getTotalList
public String[] getTotalList()
Get 总次数- Returns:
- TotalList 总次数
-
setTotalList
public void setTotalList(String[] TotalList)
Set 总次数- Parameters:
TotalList- 总次数
-
getCancelList
public String[] getCancelList()
Get 被取消次数- Returns:
- CancelList 被取消次数
-
setCancelList
public void setCancelList(String[] CancelList)
Set 被取消次数- Parameters:
CancelList- 被取消次数
-
getSuccessList
public String[] getSuccessList()
Get 成功次数- Returns:
- SuccessList 成功次数
-
setSuccessList
public void setSuccessList(String[] SuccessList)
Set 成功次数- Parameters:
SuccessList- 成功次数
-
getFailList
public String[] getFailList()
Get 失败次数- Returns:
- FailList 失败次数
-
setFailList
public void setFailList(String[] FailList)
Set 失败次数- Parameters:
FailList- 失败次数
-
getTimeoutList
public String[] getTimeoutList()
Get 超时次数- Returns:
- TimeoutList 超时次数
-
setTimeoutList
public void setTimeoutList(String[] TimeoutList)
Set 超时次数- Parameters:
TimeoutList- 超时次数
-
getTimeList
public String[] getTimeList()
Get 时间数组,单位:秒- Returns:
- TimeList 时间数组,单位:秒
-
setTimeList
public void setTimeList(String[] TimeList)
Set 时间数组,单位:秒- Parameters:
TimeList- 时间数组,单位:秒
-
-