Package cn.ucloud.uewaf.models
Class DescribeAutoWafDomainBlackListResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uewaf.models.DescribeAutoWafDomainBlackListResponse
-
public class DescribeAutoWafDomainBlackListResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeAutoWafDomainBlackListResponse.AutoWafDomainBlackList
-
Constructor Summary
Constructors Constructor Description DescribeAutoWafDomainBlackListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeAutoWafDomainBlackListResponse.AutoWafDomainBlackList>getRows()IntegergetTotalCount()voidsetRows(List<DescribeAutoWafDomainBlackListResponse.AutoWafDomainBlackList> rows)voidsetTotalCount(Integer totalCount)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getRows
public List<DescribeAutoWafDomainBlackListResponse.AutoWafDomainBlackList> getRows()
-
setRows
public void setRows(List<DescribeAutoWafDomainBlackListResponse.AutoWafDomainBlackList> rows)
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
-