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