@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T13:06:20.200+05:30") public class ApplicationThrottlePolicyList extends Object
| Constructor and Description |
|---|
ApplicationThrottlePolicyList() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationThrottlePolicyList |
addListItem(ApplicationThrottlePolicy listItem) |
ApplicationThrottlePolicyList |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Application Throttling Policies returned.
|
List<ApplicationThrottlePolicy> |
getList()
Get list
|
int |
hashCode() |
ApplicationThrottlePolicyList |
list(List<ApplicationThrottlePolicy> list) |
void |
setCount(Integer count) |
void |
setList(List<ApplicationThrottlePolicy> list) |
String |
toString() |
public ApplicationThrottlePolicyList count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public ApplicationThrottlePolicyList list(List<ApplicationThrottlePolicy> list)
public ApplicationThrottlePolicyList addListItem(ApplicationThrottlePolicy listItem)
public List<ApplicationThrottlePolicy> getList()
public void setList(List<ApplicationThrottlePolicy> list)
Copyright © 2018 WSO2 Inc. All rights reserved.