/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Dataproc
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Dataproc/LifecycleConfig.php (2041B)
autoDeleteTime = $autoDeleteTime;
}
/**
* @return string
*/
public function getAutoDeleteTime()
{
return $this->autoDeleteTime;
}
/**
* @param string
*/
public function setAutoDeleteTtl($autoDeleteTtl)
{
$this->autoDeleteTtl = $autoDeleteTtl;
}
/**
* @return string
*/
public function getAutoDeleteTtl()
{
return $this->autoDeleteTtl;
}
/**
* @param string
*/
public function setIdleDeleteTtl($idleDeleteTtl)
{
$this->idleDeleteTtl = $idleDeleteTtl;
}
/**
* @return string
*/
public function getIdleDeleteTtl()
{
return $this->idleDeleteTtl;
}
/**
* @param string
*/
public function setIdleStartTime($idleStartTime)
{
$this->idleStartTime = $idleStartTime;
}
/**
* @return string
*/
public function getIdleStartTime()
{
return $this->idleStartTime;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LifecycleConfig::class, 'Google_Service_Dataproc_LifecycleConfig');