T - Type of the entry inside the collectionpublic class ExtDirectStoreResponse<T>
extends java.lang.Object
| Constructor and Description |
|---|
ExtDirectStoreResponse() |
ExtDirectStoreResponse(java.util.Collection<T> records) |
ExtDirectStoreResponse(java.lang.Integer total,
java.util.Collection<T> records) |
ExtDirectStoreResponse(java.lang.Integer total,
java.util.Collection<T> records,
java.lang.Boolean success) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getMetaData() |
java.util.Collection<T> |
getRecords() |
java.lang.Integer |
getTotal() |
protected void |
init(java.lang.Integer _total,
java.util.Collection<T> _records,
java.lang.Boolean _success) |
java.lang.Boolean |
isSuccess() |
void |
setMetaData(MetaData metaData) |
java.lang.String |
toString() |
public ExtDirectStoreResponse()
public ExtDirectStoreResponse(java.util.Collection<T> records)
public ExtDirectStoreResponse(java.lang.Integer total,
java.util.Collection<T> records)
public ExtDirectStoreResponse(java.lang.Integer total,
java.util.Collection<T> records,
java.lang.Boolean success)
protected void init(java.lang.Integer _total,
java.util.Collection<T> _records,
java.lang.Boolean _success)
public java.lang.Integer getTotal()
public java.util.Collection<T> getRecords()
public java.lang.Boolean isSuccess()
public java.util.Map<java.lang.String,java.lang.Object> getMetaData()
public void setMetaData(MetaData metaData)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2012. All Rights Reserved.