public class CustomRuleListDTO extends Object
| Constructor and Description |
|---|
CustomRuleListDTO() |
| Modifier and Type | Method and Description |
|---|---|
CustomRuleListDTO |
addListItem(CustomRuleDTO listItem) |
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 CustomRuleListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public CustomRuleListDTO list(List<CustomRuleDTO> list)
public CustomRuleListDTO addListItem(CustomRuleDTO listItem)
public List<CustomRuleDTO> getList()
public void setList(List<CustomRuleDTO> list)
Copyright © 2020 WSO2 Inc. All rights reserved.