_code = code; _reason = reason; _result = object;
_code = code; _result = object;
return _reason;
return _code;
return _result;
return new StringBuffer(" Rc:") .append(getResponseCode()) .append(getReason() != null ? " Re:" : "") .append(getReason() != null ? getReason() : "") .append(getResponseCode() != OK ? " Rs:" : "") .append(getResponseCode() != OK ? getResult() : "") .toString();