eu.scape_project.watch.utils
Class ApiResponse
java.lang.Object
eu.scape_project.watch.utils.ApiResponse
public class ApiResponse
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
INFO
public static final int INFO
- See Also:
- Constant Field Values
OK
public static final int OK
- See Also:
- Constant Field Values
TOO_BUSY
public static final int TOO_BUSY
- See Also:
- Constant Field Values
ApiResponse
public ApiResponse()
ApiResponse
public ApiResponse(int code,
String message)
getCode
public int getCode()
setCode
public void setCode(int code)
getType
public String getType()
setType
public final void setType(String type)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
Copyright © 2012 SCAPE. All Rights Reserved.