Package com.slack.api.model
Class Paging
- java.lang.Object
-
- com.slack.api.model.Paging
-
public class Paging extends Object
-
-
Constructor Summary
Constructors Constructor Description Paging()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)IntegergetCount()StringgetIid()IntegergetPage()IntegergetPages()IntegergetPerPage()IntegergetSpill()IntegergetTotal()inthashCode()voidsetCount(Integer count)voidsetIid(String iid)voidsetPage(Integer page)voidsetPages(Integer pages)voidsetPerPage(Integer perPage)voidsetSpill(Integer spill)voidsetTotal(Integer total)StringtoString()
-
-
-
Method Detail
-
getIid
public String getIid()
-
getCount
public Integer getCount()
-
getTotal
public Integer getTotal()
-
getPage
public Integer getPage()
-
getPages
public Integer getPages()
-
getPerPage
public Integer getPerPage()
-
getSpill
public Integer getSpill()
-
setIid
public void setIid(String iid)
-
setCount
public void setCount(Integer count)
-
setTotal
public void setTotal(Integer total)
-
setPage
public void setPage(Integer page)
-
setPages
public void setPages(Integer pages)
-
setPerPage
public void setPerPage(Integer perPage)
-
setSpill
public void setSpill(Integer spill)
-
canEqual
protected boolean canEqual(Object other)
-
-