/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Plus
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Plus/CommentActor.php (2599B)
clientSpecificActorInfo = $clientSpecificActorInfo;
}
/**
* @return Google_Service_Plus_CommentActorClientSpecificActorInfo
*/
public function getClientSpecificActorInfo()
{
return $this->clientSpecificActorInfo;
}
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
public function getDisplayName()
{
return $this->displayName;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
/**
* @param Google_Service_Plus_CommentActorImage
*/
public function setImage(Google_Service_Plus_CommentActorImage $image)
{
$this->image = $image;
}
/**
* @return Google_Service_Plus_CommentActorImage
*/
public function getImage()
{
return $this->image;
}
public function setUrl($url)
{
$this->url = $url;
}
public function getUrl()
{
return $this->url;
}
/**
* @param Google_Service_Plus_CommentActorVerification
*/
public function setVerification(Google_Service_Plus_CommentActorVerification $verification)
{
$this->verification = $verification;
}
/**
* @return Google_Service_Plus_CommentActorVerification
*/
public function getVerification()
{
return $this->verification;
}
}