public class QueryResult extends Object
Constructor and Description |
---|
QueryResult() |
Modifier and Type | Method and Description |
---|---|
List<? extends IEntity> |
getEntities()
Gets entities
|
Fault |
getFault()
Gets fault
|
Integer |
getMaxResults()
Gets maxResults
|
Integer |
getStartPosition()
Gets startPosition
|
Integer |
getTotalCount()
Gets totalCount
|
void |
setEntities(List<? extends IEntity> entities)
Sets entities
|
void |
setFault(Fault fault)
Sets fault
|
void |
setMaxResults(Integer maxResults)
Sets maxResults
|
void |
setStartPosition(Integer startPosition)
Sets startPosition
|
void |
setTotalCount(Integer totalCount)
Sets totalCount
|
public Fault getFault()
public void setFault(Fault fault)
fault
- public void setEntities(List<? extends IEntity> entities)
entities
- public Integer getStartPosition()
public void setStartPosition(Integer startPosition)
startPosition
- public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
maxResults
- public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
totalCount
- Copyright © 2017. All rights reserved.