public class BlockingConditionListDTO extends Object
| Constructor and Description |
|---|
BlockingConditionListDTO() |
| Modifier and Type | Method and Description |
|---|---|
BlockingConditionListDTO |
addListItem(BlockingConditionDTO listItem) |
BlockingConditionListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Blocking Conditions returned.
|
List<BlockingConditionDTO> |
getList()
Get list
|
int |
hashCode() |
BlockingConditionListDTO |
list(List<BlockingConditionDTO> list) |
void |
setCount(Integer count) |
void |
setList(List<BlockingConditionDTO> list) |
String |
toString() |
public BlockingConditionListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public BlockingConditionListDTO list(List<BlockingConditionDTO> list)
public BlockingConditionListDTO addListItem(BlockingConditionDTO listItem)
public List<BlockingConditionDTO> getList()
public void setList(List<BlockingConditionDTO> list)
Copyright © 2020 WSO2 Inc. All rights reserved.