Class GetAttackHistogramResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.GetAttackHistogramResponse
-
public class GetAttackHistogramResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetAttackHistogramResponse()GetAttackHistogramResponse(GetAttackHistogramResponse 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 LogHistogramInfo[]getData()Get 统计详情LonggetPeriod()Get 时间段大小StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetTotalCount()Get 统计的条目数voidsetData(LogHistogramInfo[] Data)Set 统计详情voidsetPeriod(Long Period)Set 时间段大小voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetTotalCount(Long TotalCount)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
-
GetAttackHistogramResponse
public GetAttackHistogramResponse()
-
GetAttackHistogramResponse
public GetAttackHistogramResponse(GetAttackHistogramResponse 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
-
getData
public LogHistogramInfo[] getData()
Get 统计详情- Returns:
- Data 统计详情
-
setData
public void setData(LogHistogramInfo[] Data)
Set 统计详情- Parameters:
Data- 统计详情
-
getPeriod
public Long getPeriod()
Get 时间段大小- Returns:
- Period 时间段大小
-
setPeriod
public void setPeriod(Long Period)
Set 时间段大小- Parameters:
Period- 时间段大小
-
getTotalCount
public Long getTotalCount()
Get 统计的条目数- Returns:
- TotalCount 统计的条目数
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 统计的条目数- Parameters:
TotalCount- 统计的条目数
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-