public class ImportOperationPagedResponseImpl extends Object implements ImportOperationPagedResponse, io.vrap.rmf.base.client.ModelBase
PagedQueryResult for Import Operations.
Constructor and Description |
---|
ImportOperationPagedResponseImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getCount()
The actual number of results returned.
|
Integer |
getLimit()
Number of results requested.
|
Long |
getOffset()
Number of elements skipped.
|
List<ImportOperation> |
getResults()
The array of Import Operations matching the query.
|
Long |
getTotal()
The total number of import operations matching the query.
|
int |
hashCode() |
void |
setCount(Long count) |
void |
setLimit(Integer limit) |
void |
setOffset(Long offset) |
void |
setResults(ImportOperation... results) |
void |
setResults(List<ImportOperation> results) |
void |
setTotal(Long total) |
getClass, notify, notifyAll, toString, wait, wait, wait
builder, builder, of, of, typeReference, withImportOperationPagedResponse
public Integer getLimit()
Number of results requested.
getLimit
in interface ImportOperationPagedResponse
public Long getOffset()
Number of elements skipped.
getOffset
in interface ImportOperationPagedResponse
public Long getCount()
The actual number of results returned.
getCount
in interface ImportOperationPagedResponse
public Long getTotal()
The total number of import operations matching the query.
getTotal
in interface ImportOperationPagedResponse
public List<ImportOperation> getResults()
The array of Import Operations matching the query.
getResults
in interface ImportOperationPagedResponse
public void setLimit(Integer limit)
setLimit
in interface ImportOperationPagedResponse
public void setOffset(Long offset)
setOffset
in interface ImportOperationPagedResponse
public void setCount(Long count)
setCount
in interface ImportOperationPagedResponse
public void setTotal(Long total)
setTotal
in interface ImportOperationPagedResponse
public void setResults(ImportOperation... results)
setResults
in interface ImportOperationPagedResponse
public void setResults(List<ImportOperation> results)
setResults
in interface ImportOperationPagedResponse