@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T12:42:08.204+05:30") public class TagList extends Object
| Constructor and Description |
|---|
TagList() |
| Modifier and Type | Method and Description |
|---|---|
TagList |
addListItem(Tag listItem) |
TagList |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Tags returned.
|
List<Tag> |
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() |
TagList |
list(List<Tag> list) |
TagList |
next(String next) |
TagList |
previous(String previous) |
void |
setCount(Integer count) |
void |
setList(List<Tag> 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 Inc. All rights reserved.