status method

Implementation

ServerUniverseFunctionResponse status(int status) {
  _status_code = status;
  return this;
}