actingUserId = $actingUserId;
}
/**
* @return string
*/
public function getActingUserId()
{
return $this->actingUserId;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
/**
* @param AppId
*/
public function setOriginAppId(AppId $originAppId)
{
$this->originAppId = $originAppId;
}
/**
* @return AppId
*/
public function getOriginAppId()
{
return $this->originAppId;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UserId::class, 'Google_Service_CloudSearch_UserId');