/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService/Source.php (1764B)
etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
/**
* @param Google_Service_PeopleService_ProfileMetadata
*/
public function setProfileMetadata(Google_Service_PeopleService_ProfileMetadata $profileMetadata)
{
$this->profileMetadata = $profileMetadata;
}
/**
* @return Google_Service_PeopleService_ProfileMetadata
*/
public function getProfileMetadata()
{
return $this->profileMetadata;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
}
public function getUpdateTime()
{
return $this->updateTime;
}
}