/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Partners
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Partners/User.php (4675B)
afaInfoShared = $afaInfoShared;
}
public function getAfaInfoShared()
{
return $this->afaInfoShared;
}
/**
* @param Google_Service_Partners_AdWordsManagerAccountInfo
*/
public function setAvailableAdwordsManagerAccounts($availableAdwordsManagerAccounts)
{
$this->availableAdwordsManagerAccounts = $availableAdwordsManagerAccounts;
}
/**
* @return Google_Service_Partners_AdWordsManagerAccountInfo
*/
public function getAvailableAdwordsManagerAccounts()
{
return $this->availableAdwordsManagerAccounts;
}
/**
* @param Google_Service_Partners_Certification
*/
public function setCertificationStatus($certificationStatus)
{
$this->certificationStatus = $certificationStatus;
}
/**
* @return Google_Service_Partners_Certification
*/
public function getCertificationStatus()
{
return $this->certificationStatus;
}
/**
* @param Google_Service_Partners_CompanyRelation
*/
public function setCompany(Google_Service_Partners_CompanyRelation $company)
{
$this->company = $company;
}
/**
* @return Google_Service_Partners_CompanyRelation
*/
public function getCompany()
{
return $this->company;
}
public function setCompanyVerificationEmail($companyVerificationEmail)
{
$this->companyVerificationEmail = $companyVerificationEmail;
}
public function getCompanyVerificationEmail()
{
return $this->companyVerificationEmail;
}
/**
* @param Google_Service_Partners_ExamStatus
*/
public function setExamStatus($examStatus)
{
$this->examStatus = $examStatus;
}
/**
* @return Google_Service_Partners_ExamStatus
*/
public function getExamStatus()
{
return $this->examStatus;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setInternalId($internalId)
{
$this->internalId = $internalId;
}
public function getInternalId()
{
return $this->internalId;
}
public function setLastAccessTime($lastAccessTime)
{
$this->lastAccessTime = $lastAccessTime;
}
public function getLastAccessTime()
{
return $this->lastAccessTime;
}
public function setPrimaryEmails($primaryEmails)
{
$this->primaryEmails = $primaryEmails;
}
public function getPrimaryEmails()
{
return $this->primaryEmails;
}
/**
* @param Google_Service_Partners_UserProfile
*/
public function setProfile(Google_Service_Partners_UserProfile $profile)
{
$this->profile = $profile;
}
/**
* @return Google_Service_Partners_UserProfile
*/
public function getProfile()
{
return $this->profile;
}
/**
* @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;
}
}