org.apache.hadoop.chukwa.rest.bean
Class ReturnCodeBean
java.lang.Object
org.apache.hadoop.chukwa.rest.bean.ReturnCodeBean
public class ReturnCodeBean
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FAIL
public static final int FAIL
- See Also:
- Constant Field Values
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
ReturnCodeBean
public ReturnCodeBean()
ReturnCodeBean
public ReturnCodeBean(int code,
String message)
getCode
public int getCode()
getMessage
public String getMessage()
setCode
public void setCode(int code)
setMessage
public void setMessage(String message)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.