/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudDomains
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudDomains/Contact.php (1657B)
email = $email;
}
public function getEmail()
{
return $this->email;
}
public function setFaxNumber($faxNumber)
{
$this->faxNumber = $faxNumber;
}
public function getFaxNumber()
{
return $this->faxNumber;
}
public function setPhoneNumber($phoneNumber)
{
$this->phoneNumber = $phoneNumber;
}
public function getPhoneNumber()
{
return $this->phoneNumber;
}
/**
* @param Google_Service_CloudDomains_PostalAddress
*/
public function setPostalAddress(Google_Service_CloudDomains_PostalAddress $postalAddress)
{
$this->postalAddress = $postalAddress;
}
/**
* @return Google_Service_CloudDomains_PostalAddress
*/
public function getPostalAddress()
{
return $this->postalAddress;
}
}