Class Meta
- java.lang.Object
-
- org.oxerr.seatgeek.client.model.response.Meta
-
- All Implemented Interfaces:
Serializable
public class Meta extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Meta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IntegergetPage()IntegergetPerPage()IntegergetStatus()LonggetTotal()inthashCode()voidsetPage(Integer page)voidsetPerPage(Integer perPage)voidsetStatus(Integer status)voidsetTotal(Long total)StringtoString()
-
-
-
Method Detail
-
getPage
public Integer getPage()
-
setPage
public void setPage(Integer page)
-
getPerPage
public Integer getPerPage()
-
setPerPage
public void setPerPage(Integer perPage)
-
getTotal
public Long getTotal()
-
setTotal
public void setTotal(Long total)
-
getStatus
public Integer getStatus()
-
setStatus
public void setStatus(Integer status)
-
-