clientCell = $clientCell; } /** * @return string */ public function getClientCell() { return $this->clientCell; } /** * @param string */ public function setClientIp($clientIp) { $this->clientIp = $clientIp; } /** * @return string */ public function getClientIp() { return $this->clientIp; } /** * @param string */ public function setClientRpcType($clientRpcType) { $this->clientRpcType = $clientRpcType; } /** * @return string */ public function getClientRpcType() { return $this->clientRpcType; } /** * @param string */ public function setClientUsername($clientUsername) { $this->clientUsername = $clientUsername; } /** * @return string */ public function getClientUsername() { return $this->clientUsername; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TrawlerOriginalClientParams::class, 'Google_Service_Contentwarehouse_TrawlerOriginalClientParams');