Package cn.ucloud.uewaf.models
Class DescribeWafProtectionSummaryInfoResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uewaf.models.DescribeWafProtectionSummaryInfoResponse
-
public class DescribeWafProtectionSummaryInfoResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeWafProtectionSummaryInfoResponse.ProtectionSummaryRuleInfostatic classDescribeWafProtectionSummaryInfoResponse.ProtectionSummaryRuleSetEntry
-
Constructor Summary
Constructors Constructor Description DescribeWafProtectionSummaryInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeWafProtectionSummaryInfoResponse.ProtectionSummaryRuleSetEntry>getRuleSetList()IntegergetTotalCount()StringgetWorkMode()voidsetRuleSetList(List<DescribeWafProtectionSummaryInfoResponse.ProtectionSummaryRuleSetEntry> ruleSetList)voidsetTotalCount(Integer totalCount)voidsetWorkMode(String workMode)-
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)
-
getWorkMode
public String getWorkMode()
-
setWorkMode
public void setWorkMode(String workMode)
-
getRuleSetList
public List<DescribeWafProtectionSummaryInfoResponse.ProtectionSummaryRuleSetEntry> getRuleSetList()
-
setRuleSetList
public void setRuleSetList(List<DescribeWafProtectionSummaryInfoResponse.ProtectionSummaryRuleSetEntry> ruleSetList)
-
-