activityType = $activityType;
}
/**
* @return string
*/
public function getActivityType()
{
return $this->activityType;
}
/**
* @param string
*/
public function setNewItemCount($newItemCount)
{
$this->newItemCount = $newItemCount;
}
/**
* @return string
*/
public function getNewItemCount()
{
return $this->newItemCount;
}
/**
* @param string
*/
public function setTotalItemCount($totalItemCount)
{
$this->totalItemCount = $totalItemCount;
}
/**
* @return string
*/
public function getTotalItemCount()
{
return $this->totalItemCount;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SubscriptionContentDetails::class, 'Google_Service_YouTube_SubscriptionContentDetails');