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