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