public static class JobTaskResponse.ResponseDetails extends VaultModel
Constructor and Description |
---|
ResponseDetails() |
Modifier and Type | Method and Description |
---|---|
Integer |
getLimit() |
String |
getNextPage() |
Integer |
getOffset() |
String |
getPreviousPage() |
Integer |
getTotal() |
boolean |
hasNextPage()
Determine if a next page exists for pagination
|
boolean |
hasPreviousPage()
Determine if a previous page exists for pagination
|
void |
setLimit(Integer limit) |
void |
setNextPage(String nextPage) |
void |
setOffset(Integer offset) |
void |
setPreviousPage(String previousPage) |
void |
setTotal(Integer total) |
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public Integer getLimit()
public void setLimit(Integer limit)
public String getNextPage()
public void setNextPage(String nextPage)
public Integer getOffset()
public void setOffset(Integer offset)
public String getPreviousPage()
public void setPreviousPage(String previousPage)
public Integer getTotal()
public void setTotal(Integer total)
public boolean hasNextPage()
public boolean hasPreviousPage()
Copyright © 2024. All rights reserved.