@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-09-07T02:17:03.896Z") public class LabelList extends Object
| Constructor and Description |
|---|
LabelList() |
| Modifier and Type | Method and Description |
|---|---|
LabelList |
addListItem(Label listItem) |
LabelList |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Labels returned.
|
List<Label> |
getList()
Get list
|
String |
getNext()
Link to the next subset of resources qualified.
|
String |
getPrevious()
Link to the previous subset of resources qualified.
|
int |
hashCode() |
LabelList |
list(List<Label> list) |
LabelList |
next(String next) |
LabelList |
previous(String previous) |
void |
setCount(Integer count) |
void |
setList(List<Label> list) |
void |
setNext(String next) |
void |
setPrevious(String previous) |
String |
toString() |
public Integer getCount()
public void setCount(Integer count)
public String getNext()
public void setNext(String next)
public String getPrevious()
public void setPrevious(String previous)
Copyright © 2018 WSO2. All rights reserved.