Package org.wso2.carbon.task.ui.internal
Class ResponseInformation
- java.lang.Object
-
- org.wso2.carbon.task.ui.internal.ResponseInformation
-
public class ResponseInformation extends Object
-
-
Constructor Summary
Constructors Constructor Description ResponseInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Object
getResult()
boolean
isFault()
void
setFault(boolean fault)
void
setMessage(String message)
void
setResult(Object result)
-