/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Vault
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Vault/ExportStats.php (1796B)
exportedArtifactCount = $exportedArtifactCount;
}
/**
* @return string
*/
public function getExportedArtifactCount()
{
return $this->exportedArtifactCount;
}
/**
* @param string
*/
public function setSizeInBytes($sizeInBytes)
{
$this->sizeInBytes = $sizeInBytes;
}
/**
* @return string
*/
public function getSizeInBytes()
{
return $this->sizeInBytes;
}
/**
* @param string
*/
public function setTotalArtifactCount($totalArtifactCount)
{
$this->totalArtifactCount = $totalArtifactCount;
}
/**
* @return string
*/
public function getTotalArtifactCount()
{
return $this->totalArtifactCount;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ExportStats::class, 'Google_Service_Vault_ExportStats');