public class SubscriptionThrottlePolicyListDTO extends Object
| Constructor and Description |
|---|
SubscriptionThrottlePolicyListDTO() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
Number of Subscription Throttling Policies returned.\n
|
List<SubscriptionThrottlePolicyDTO> |
getList() |
void |
setCount(Integer count) |
void |
setList(List<SubscriptionThrottlePolicyDTO> list) |
public Integer getCount()
public void setCount(Integer count)
public List<SubscriptionThrottlePolicyDTO> getList()
public void setList(List<SubscriptionThrottlePolicyDTO> list)
Copyright © 2019 WSO2. All rights reserved.