Package cn.ucloud.ulb.models
Class DescribeListenersResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ulb.models.DescribeListenersResponse
-
public class DescribeListenersResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeListenersResponse.Certificatestatic classDescribeListenersResponse.ForwardConfigSetstatic classDescribeListenersResponse.ForwardTargetSetstatic classDescribeListenersResponse.HealthCheckConfigSetstatic classDescribeListenersResponse.HostConfigSetstatic classDescribeListenersResponse.Listenerstatic classDescribeListenersResponse.PathConfigSetstatic classDescribeListenersResponse.Rulestatic classDescribeListenersResponse.RuleActionstatic classDescribeListenersResponse.RuleConditionstatic classDescribeListenersResponse.StickinessConfigSetstatic classDescribeListenersResponse.Target
-
Constructor Summary
Constructors Constructor Description DescribeListenersResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeListenersResponse.Listener>getListeners()IntegergetTotalCount()voidsetListeners(List<DescribeListenersResponse.Listener> listeners)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)
-
getListeners
public List<DescribeListenersResponse.Listener> getListeners()
-
setListeners
public void setListeners(List<DescribeListenersResponse.Listener> listeners)
-
-