/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Logging
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Logging/LogSplit.php (1556B)
index = $index;
}
/**
* @return int
*/
public function getIndex()
{
return $this->index;
}
/**
* @param int
*/
public function setTotalSplits($totalSplits)
{
$this->totalSplits = $totalSplits;
}
/**
* @return int
*/
public function getTotalSplits()
{
return $this->totalSplits;
}
/**
* @param string
*/
public function setUid($uid)
{
$this->uid = $uid;
}
/**
* @return string
*/
public function getUid()
{
return $this->uid;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LogSplit::class, 'Google_Service_Logging_LogSplit');