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