getStatus method

int? getStatus()

Get HTTP status code

@return

Implementation

int? getStatus() {
  return _status;
}