Class IpHitItemsData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.IpHitItemsData
-
public class IpHitItemsData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IpHitItemsData()IpHitItemsData(IpHitItemsData 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 IpHitItem[]getRes()Get 数组封装LonggetTotalCount()Get 总数目voidsetRes(IpHitItem[] Res)Set 数组封装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
-
IpHitItemsData
public IpHitItemsData()
-
IpHitItemsData
public IpHitItemsData(IpHitItemsData 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
-
getRes
public IpHitItem[] getRes()
Get 数组封装- Returns:
- Res 数组封装
-
setRes
public void setRes(IpHitItem[] Res)
Set 数组封装- Parameters:
Res- 数组封装
-
getTotalCount
public Long getTotalCount()
Get 总数目- Returns:
- TotalCount 总数目
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 总数目- Parameters:
TotalCount- 总数目
-
-