|
||||||||||
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<T>
public class Result<T>
copy of MirthMatch-lib com.mirth.match.result.Result A simple Result implementation for returing a single result
Field Summary | |
---|---|
protected T |
result
|
Constructor Summary | |
---|---|
Result()
|
Method Summary | |
---|---|
T |
getResult()
|
boolean |
hasResult()
|
void |
setResult(T result)
|
java.lang.String |
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 |
Field Detail |
---|
protected T result
Constructor Detail |
---|
public Result()
Method Detail |
---|
public boolean hasResult()
public T getResult()
public void setResult(T result)
public java.lang.String toString()
toString
in class Status<StatusCondition>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |