app = $app; } /** * @return string */ public function getApp() { return $this->app; } /** * @param string */ public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } /** * @return string */ public function getCountryCode() { return $this->countryCode; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param GoogleInternalCommunicationsInstantmessagingV1LocationHint */ public function setLocationHint(GoogleInternalCommunicationsInstantmessagingV1LocationHint $locationHint) { $this->locationHint = $locationHint; } /** * @return GoogleInternalCommunicationsInstantmessagingV1LocationHint */ public function getLocationHint() { return $this->locationHint; } /** * @param string */ public function setRoutingInfoToken($routingInfoToken) { $this->routingInfoToken = $routingInfoToken; } /** * @return string */ public function getRoutingInfoToken() { return $this->routingInfoToken; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleInternalCommunicationsInstantmessagingV1Id::class, 'Google_Service_Contentwarehouse_GoogleInternalCommunicationsInstantmessagingV1Id');