appId = $appId;
}
/**
* @return string
*/
public function getAppId()
{
return $this->appId;
}
/**
* @param PackagingServiceClient[]
*/
public function setClient($client)
{
$this->client = $client;
}
/**
* @return PackagingServiceClient[]
*/
public function getClient()
{
return $this->client;
}
/**
* @param string
*/
public function setDeepLinkId($deepLinkId)
{
$this->deepLinkId = $deepLinkId;
}
/**
* @return string
*/
public function getDeepLinkId()
{
return $this->deepLinkId;
}
/**
* @param string
*/
public function setUrl($url)
{
$this->url = $url;
}
/**
* @return string
*/
public function getUrl()
{
return $this->url;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeepLinkData::class, 'Google_Service_CloudSearch_DeepLinkData');