public abstract class Result extends Object
Integer
code
String
errorMessage
Result()
Result(Integer code, String errorMessage)
getCode()
getErrorMessage()
void
setCode(Integer code)
setErrorMessage(String errorMessage)
abstract String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Integer code
public String errorMessage
public Result(Integer code, String errorMessage)
public Result()
public void setCode(Integer code)
public Integer getCode()
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public abstract String toString()
toString
Object
Copyright © 2020 RcongCloud Group. All rights reserved.