public class QueryResponseImpl extends QueryResponse
| Constructor and Description |
|---|
QueryResponseImpl() |
QueryResponseImpl(ErrorResponse error) |
| Modifier and Type | Method and Description |
|---|---|
void |
audit(boolean enable)
Deprecated.
|
void |
audit(EntityData auditEntityData,
List<String> properties)
Deprecated.
|
int |
getCount() |
List<?> |
getData() |
List<EntityData> |
getEntityData() |
EntityData |
getEntityForAudit() |
ErrorResponse |
getErrorResponse() |
Map<String,List<String>> |
getHeaders() |
int |
getInlineCount() |
List<Object> |
getPojoData() |
List<String> |
getPropertiesForAudit() |
boolean |
isAuditingEnabled()
Deprecated.
|
boolean |
isSkipDone() |
boolean |
isTopDone() |
void |
setCount(int count) |
void |
setData(List<?> data) |
void |
setHeaders(Map<String,List<String>> headers) |
void |
setInlineCount(int inlineCount) |
void |
setSkipDone(boolean isSkipDone) |
void |
setTopDone(boolean isTopDone) |
setError, setSuccesspublic QueryResponseImpl()
public QueryResponseImpl(ErrorResponse error)
public ErrorResponse getErrorResponse()
public void setData(List<?> data)
public List<?> getData()
public List<EntityData> getEntityData()
@Deprecated public void audit(EntityData auditEntityData, List<String> properties)
public EntityData getEntityForAudit()
@Deprecated public void audit(boolean enable)
@Deprecated public boolean isAuditingEnabled()
public boolean isTopDone()
public void setTopDone(boolean isTopDone)
public boolean isSkipDone()
public void setSkipDone(boolean isSkipDone)
public int getInlineCount()
public void setInlineCount(int inlineCount)
public int getCount()
public void setCount(int count)
Copyright © 2020 SAP. All Rights Reserved.