public class ExtDirectRawJsonStoreResponse extends ExtDirectStoreResponse<String>
| Constructor and Description |
|---|
ExtDirectRawJsonStoreResponse() |
ExtDirectRawJsonStoreResponse(Collection<String> records) |
ExtDirectRawJsonStoreResponse(Integer total,
Collection<String> records) |
ExtDirectRawJsonStoreResponse(Integer total,
Collection<String> records,
Boolean success) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getRecords() |
String |
toString() |
getMetaData, getTotal, init, isSuccess, setMetaDatapublic ExtDirectRawJsonStoreResponse()
public ExtDirectRawJsonStoreResponse(Collection<String> records)
public ExtDirectRawJsonStoreResponse(Integer total, Collection<String> records)
public ExtDirectRawJsonStoreResponse(Integer total, Collection<String> records, Boolean success)
public Collection<String> getRecords()
getRecords in class ExtDirectStoreResponse<String>public String toString()
toString in class ExtDirectStoreResponse<String>Copyright © 2010-2012. All Rights Reserved.