public class ApplicationThrottlePolicyListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
| Constructor and Description |
|---|
ApplicationThrottlePolicyListDTO() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationThrottlePolicyListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Application Throttling Policies returned.
|
List<ApplicationThrottlePolicyDTO> |
getList()
Get list
|
int |
hashCode() |
ApplicationThrottlePolicyListDTO |
list(List<ApplicationThrottlePolicyDTO> list) |
void |
setCount(Integer count) |
void |
setList(List<ApplicationThrottlePolicyDTO> list) |
String |
toString() |
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_LIST
public ApplicationThrottlePolicyListDTO count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
public ApplicationThrottlePolicyListDTO list(List<ApplicationThrottlePolicyDTO> list)
@Nullable public List<ApplicationThrottlePolicyDTO> getList()
public void setList(List<ApplicationThrottlePolicyDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.