if (this.hasResponseStatus()) {
            hash = (37 * hash) + RESPONSE_STATUS_FIELD_NUMBER;
            hash = (53 * hash) + this.getResponseStatus().hashCode();
        }