Package cn.ucloud.uewaf.models
Class DescribeWafDomainHostInfoResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uewaf.models.DescribeWafDomainHostInfoResponse
-
public class DescribeWafDomainHostInfoResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeWafDomainHostInfoResponse.DomainStatusstatic classDescribeWafDomainHostInfoResponse.HostStatausInfostatic classDescribeWafDomainHostInfoResponse.SrcIPInfo
-
Constructor Summary
Constructors Constructor Description DescribeWafDomainHostInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeWafDomainHostInfoResponse.HostStatausInfo>getDomainHostList()IntegergetTotalCount()voidsetDomainHostList(List<DescribeWafDomainHostInfoResponse.HostStatausInfo> domainHostList)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)
-
getDomainHostList
public List<DescribeWafDomainHostInfoResponse.HostStatausInfo> getDomainHostList()
-
setDomainHostList
public void setDomainHostList(List<DescribeWafDomainHostInfoResponse.HostStatausInfo> domainHostList)
-
-