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 int FAIL
SUCCESS
public static int SUCCESS
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 © ${year} The Apache Software Foundation