/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Partners
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Partners/Company.php (7572B)
additionalWebsites = $additionalWebsites;
}
public function getAdditionalWebsites()
{
return $this->additionalWebsites;
}
public function setAutoApprovalEmailDomains($autoApprovalEmailDomains)
{
$this->autoApprovalEmailDomains = $autoApprovalEmailDomains;
}
public function getAutoApprovalEmailDomains()
{
return $this->autoApprovalEmailDomains;
}
public function setBadgeAuthorityInAwn($badgeAuthorityInAwn)
{
$this->badgeAuthorityInAwn = $badgeAuthorityInAwn;
}
public function getBadgeAuthorityInAwn()
{
return $this->badgeAuthorityInAwn;
}
public function setBadgeTier($badgeTier)
{
$this->badgeTier = $badgeTier;
}
public function getBadgeTier()
{
return $this->badgeTier;
}
/**
* @param Google_Service_Partners_CertificationStatus
*/
public function setCertificationStatuses($certificationStatuses)
{
$this->certificationStatuses = $certificationStatuses;
}
/**
* @return Google_Service_Partners_CertificationStatus
*/
public function getCertificationStatuses()
{
return $this->certificationStatuses;
}
public function setCompanyTypes($companyTypes)
{
$this->companyTypes = $companyTypes;
}
public function getCompanyTypes()
{
return $this->companyTypes;
}
/**
* @param Google_Service_Partners_Money
*/
public function setConvertedMinMonthlyBudget(Google_Service_Partners_Money $convertedMinMonthlyBudget)
{
$this->convertedMinMonthlyBudget = $convertedMinMonthlyBudget;
}
/**
* @return Google_Service_Partners_Money
*/
public function getConvertedMinMonthlyBudget()
{
return $this->convertedMinMonthlyBudget;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setIndustries($industries)
{
$this->industries = $industries;
}
public function getIndustries()
{
return $this->industries;
}
/**
* @param Google_Service_Partners_LocalizedCompanyInfo
*/
public function setLocalizedInfos($localizedInfos)
{
$this->localizedInfos = $localizedInfos;
}
/**
* @return Google_Service_Partners_LocalizedCompanyInfo
*/
public function getLocalizedInfos()
{
return $this->localizedInfos;
}
/**
* @param Google_Service_Partners_Location
*/
public function setLocations($locations)
{
$this->locations = $locations;
}
/**
* @return Google_Service_Partners_Location
*/
public function getLocations()
{
return $this->locations;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_Partners_Money
*/
public function setOriginalMinMonthlyBudget(Google_Service_Partners_Money $originalMinMonthlyBudget)
{
$this->originalMinMonthlyBudget = $originalMinMonthlyBudget;
}
/**
* @return Google_Service_Partners_Money
*/
public function getOriginalMinMonthlyBudget()
{
return $this->originalMinMonthlyBudget;
}
public function setPrimaryAdwordsManagerAccountId($primaryAdwordsManagerAccountId)
{
$this->primaryAdwordsManagerAccountId = $primaryAdwordsManagerAccountId;
}
public function getPrimaryAdwordsManagerAccountId()
{
return $this->primaryAdwordsManagerAccountId;
}
public function setPrimaryLanguageCode($primaryLanguageCode)
{
$this->primaryLanguageCode = $primaryLanguageCode;
}
public function getPrimaryLanguageCode()
{
return $this->primaryLanguageCode;
}
/**
* @param Google_Service_Partners_Location
*/
public function setPrimaryLocation(Google_Service_Partners_Location $primaryLocation)
{
$this->primaryLocation = $primaryLocation;
}
/**
* @return Google_Service_Partners_Location
*/
public function getPrimaryLocation()
{
return $this->primaryLocation;
}
public function setProfileStatus($profileStatus)
{
$this->profileStatus = $profileStatus;
}
public function getProfileStatus()
{
return $this->profileStatus;
}
/**
* @param Google_Service_Partners_PublicProfile
*/
public function setPublicProfile(Google_Service_Partners_PublicProfile $publicProfile)
{
$this->publicProfile = $publicProfile;
}
/**
* @return Google_Service_Partners_PublicProfile
*/
public function getPublicProfile()
{
return $this->publicProfile;
}
/**
* @param Google_Service_Partners_Rank
*/
public function setRanks($ranks)
{
$this->ranks = $ranks;
}
/**
* @return Google_Service_Partners_Rank
*/
public function getRanks()
{
return $this->ranks;
}
public function setServices($services)
{
$this->services = $services;
}
public function getServices()
{
return $this->services;
}
/**
* @param Google_Service_Partners_SpecializationStatus
*/
public function setSpecializationStatus($specializationStatus)
{
$this->specializationStatus = $specializationStatus;
}
/**
* @return Google_Service_Partners_SpecializationStatus
*/
public function getSpecializationStatus()
{
return $this->specializationStatus;
}
public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
}
public function getWebsiteUrl()
{
return $this->websiteUrl;
}
}