Package cn.mapway.ui.shared.rpc
Class RpcResult<T>
- java.lang.Object
-
- cn.mapway.ui.shared.rpc.RpcResult<T>
-
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,Serializable
public class RpcResult<T> extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
RpcResult- Author:
- zhangjianshe@gmail.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RpcResultcreate(Integer code, String message, Object data)static RpcResultfail(Integer code, String message)IntegergetCode()TgetData()StringgetMessage()booleanisSuccess()static RpcResultsuccess(Object data)
-