/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Vault
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Vault/ExportStats.php (1355B)
exportedArtifactCount = $exportedArtifactCount;
}
public function getExportedArtifactCount()
{
return $this->exportedArtifactCount;
}
public function setSizeInBytes($sizeInBytes)
{
$this->sizeInBytes = $sizeInBytes;
}
public function getSizeInBytes()
{
return $this->sizeInBytes;
}
public function setTotalArtifactCount($totalArtifactCount)
{
$this->totalArtifactCount = $totalArtifactCount;
}
public function getTotalArtifactCount()
{
return $this->totalArtifactCount;
}
}