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