|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.client.models.Status<StatusCondition>
com.mirth.match.client.models.Result<java.util.List<T>>
com.mirth.match.client.models.DTOResultSet<T>
public class DTOResultSet<T>
Field Summary |
---|
Fields inherited from class com.mirth.match.client.models.Result |
---|
result |
Constructor Summary | |
---|---|
DTOResultSet()
|
|
DTOResultSet(EisResult result,
java.lang.Class<T> listGenericType)
|
|
DTOResultSet(EisStatus status,
java.util.List<T> results)
|
|
DTOResultSet(java.util.List<StatusCondition> conditions)
|
Method Summary |
---|
Methods inherited from class com.mirth.match.client.models.Result |
---|
getResult, hasResult, setResult, toString |
Methods inherited from class com.mirth.match.client.models.Status |
---|
addCondition, getConditions, hasConditions, isOperationSucceeded, setConditions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DTOResultSet()
public DTOResultSet(EisStatus status, java.util.List<T> results)
public DTOResultSet(EisResult result, java.lang.Class<T> listGenericType)
public DTOResultSet(java.util.List<StatusCondition> conditions)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |