@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T13:06:20.200+05:30") public class BlockingConditionList extends Object
| Constructor and Description |
|---|
BlockingConditionList() |
| Modifier and Type | Method and Description |
|---|---|
BlockingConditionList |
addListItem(BlockingCondition listItem) |
BlockingConditionList |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Blocking Conditions returned.
|
List<BlockingCondition> |
getList()
Get list
|
int |
hashCode() |
BlockingConditionList |
list(List<BlockingCondition> list) |
void |
setCount(Integer count) |
void |
setList(List<BlockingCondition> list) |
String |
toString() |
public BlockingConditionList count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public BlockingConditionList list(List<BlockingCondition> list)
public BlockingConditionList addListItem(BlockingCondition listItem)
public List<BlockingCondition> getList()
public void setList(List<BlockingCondition> list)
Copyright © 2018 WSO2 Inc. All rights reserved.