public class

SearchResponse

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.box.model.response.SearchResponse

Summary

Constants
long serialVersionUID
Fields
private List<Entity> entries
private Integer limit
private Long offset
private Long totalCount
Public Constructors
SearchResponse()
Public Methods
List<Entity> getEntries()
Integer getLimit()
Long getOffset()
Long getTotalCount()
void setEntries(List<Entity> entries)
void setLimit(Integer limit)
void setOffset(Long offset)
void setTotalCount(Long totalCount)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 2595886982028079648 (0x24067174e0d83220)

Fields

private List<Entity> entries

private Integer limit

private Long offset

private Long totalCount

Public Constructors

public SearchResponse ()

Public Methods

public List<Entity> getEntries ()

public Integer getLimit ()

public Long getOffset ()

public Long getTotalCount ()

public void setEntries (List<Entity> entries)

Parameters
entries

public void setLimit (Integer limit)

Parameters
limit

public void setOffset (Long offset)

Parameters
offset

public void setTotalCount (Long totalCount)

Parameters
totalCount