public class BlockingConditionListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
| Constructor and Description |
|---|
BlockingConditionListDTO() |
| Modifier and Type | Method and Description |
|---|---|
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 static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_LIST
public BlockingConditionListDTO count(Integer count)
public void setCount(Integer count)
public BlockingConditionListDTO list(List<BlockingConditionDTO> list)
@Nullable public List<BlockingConditionDTO> getList()
public void setList(List<BlockingConditionDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.