Package cn.ucloud.uewaf.models
Class DescribeWafAttackDetailListInfoResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uewaf.models.DescribeWafAttackDetailListInfoResponse
-
public class DescribeWafAttackDetailListInfoResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeWafAttackDetailListInfoResponse.WafAlertstatic classDescribeWafAttackDetailListInfoResponse.WafAttack
-
Constructor Summary
Constructors Constructor Description DescribeWafAttackDetailListInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeWafAttackDetailListInfoResponse.WafAttack>getDetailList()IntegergetTotalCount()voidsetDetailList(List<DescribeWafAttackDetailListInfoResponse.WafAttack> detailList)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getDetailList
public List<DescribeWafAttackDetailListInfoResponse.WafAttack> getDetailList()
-
setDetailList
public void setDetailList(List<DescribeWafAttackDetailListInfoResponse.WafAttack> detailList)
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
-