|
KIE :: Execution Server :: API 6.2.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.server.api.model.ServiceResponse<T>
public class ServiceResponse<T>
| Nested Class Summary | |
|---|---|
static class |
ServiceResponse.ResponseType
|
| Constructor Summary | |
|---|---|
ServiceResponse()
|
|
ServiceResponse(ServiceResponse.ResponseType type,
String msg)
|
|
ServiceResponse(ServiceResponse.ResponseType type,
String msg,
T result)
|
|
| Method Summary | |
|---|---|
String |
getMsg()
|
T |
getResult()
|
ServiceResponse.ResponseType |
getType()
|
void |
setMsg(String msg)
|
void |
setResult(T result)
|
void |
setType(ServiceResponse.ResponseType type)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceResponse()
public ServiceResponse(ServiceResponse.ResponseType type,
String msg)
public ServiceResponse(ServiceResponse.ResponseType type,
String msg,
T result)
| Method Detail |
|---|
public ServiceResponse.ResponseType getType()
public String getMsg()
public void setType(ServiceResponse.ResponseType type)
public void setMsg(String msg)
public T getResult()
public void setResult(T result)
public String toString()
toString in class Object
|
KIE :: Execution Server :: API 6.2.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||