@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class AdminStreamList extends Object
| Constructor and Description |
|---|
AdminStreamList() |
| Modifier and Type | Method and Description |
|---|---|
AdminStreamList |
count(Long count) |
boolean |
equals(Object o) |
AdminStreamList |
filter(AdminStreamFilter filter) |
Long |
getCount()
total number of streams which match the filter criteria
|
AdminStreamFilter |
getFilter()
Get filter
|
Integer |
getLimit()
maximum number of streams return
|
Integer |
getSkip()
number of streams skipped
|
AdminStreamInfoList |
getStreams()
Get streams
|
int |
hashCode() |
AdminStreamList |
limit(Integer limit) |
void |
setCount(Long count) |
void |
setFilter(AdminStreamFilter filter) |
void |
setLimit(Integer limit) |
void |
setSkip(Integer skip) |
void |
setStreams(AdminStreamInfoList streams) |
AdminStreamList |
skip(Integer skip) |
AdminStreamList |
streams(AdminStreamInfoList streams) |
String |
toString() |
public AdminStreamList count(Long count)
public Long getCount()
public void setCount(Long count)
public AdminStreamList skip(Integer skip)
public Integer getSkip()
public void setSkip(Integer skip)
public AdminStreamList limit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public AdminStreamList filter(AdminStreamFilter filter)
public AdminStreamFilter getFilter()
public void setFilter(AdminStreamFilter filter)
public AdminStreamList streams(AdminStreamInfoList streams)
public AdminStreamInfoList getStreams()
public void setStreams(AdminStreamInfoList streams)
Copyright © 2018 Symphony Software Foundation. All rights reserved.