errorMsg = $errorMsg; } /** * @return string */ public function getErrorMsg() { return $this->errorMsg; } /** * @param string[] */ public function setExecutionIds($executionIds) { $this->executionIds = $executionIds; } /** * @return string[] */ public function getExecutionIds() { return $this->executionIds; } /** * @param bool */ public function setIsSuccessful($isSuccessful) { $this->isSuccessful = $isSuccessful; } /** * @return bool */ public function getIsSuccessful() { return $this->isSuccessful; } /** * @param EnterpriseCrmEventbusProtoParameterEntry[] */ public function setResponseParams($responseParams) { $this->responseParams = $responseParams; } /** * @return EnterpriseCrmEventbusProtoParameterEntry[] */ public function getResponseParams() { return $this->responseParams; } /** * @param EnterpriseCrmEventbusProtoParameterValueType */ public function setScatterElement(EnterpriseCrmEventbusProtoParameterValueType $scatterElement) { $this->scatterElement = $scatterElement; } /** * @return EnterpriseCrmEventbusProtoParameterValueType */ public function getScatterElement() { return $this->scatterElement; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoScatterResponse::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoScatterResponse');