/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudDebugger
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudDebugger/Debuggee.php (4381B)
agentVersion = $agentVersion;
}
/**
* @return string
*/
public function getAgentVersion()
{
return $this->agentVersion;
}
/**
* @param string
*/
public function setCanaryMode($canaryMode)
{
$this->canaryMode = $canaryMode;
}
/**
* @return string
*/
public function getCanaryMode()
{
return $this->canaryMode;
}
/**
* @param string
*/
public function setDescription($description)
{
$this->description = $description;
}
/**
* @return string
*/
public function getDescription()
{
return $this->description;
}
/**
* @param ExtendedSourceContext[]
*/
public function setExtSourceContexts($extSourceContexts)
{
$this->extSourceContexts = $extSourceContexts;
}
/**
* @return ExtendedSourceContext[]
*/
public function getExtSourceContexts()
{
return $this->extSourceContexts;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
/**
* @param bool
*/
public function setIsDisabled($isDisabled)
{
$this->isDisabled = $isDisabled;
}
/**
* @return bool
*/
public function getIsDisabled()
{
return $this->isDisabled;
}
/**
* @param bool
*/
public function setIsInactive($isInactive)
{
$this->isInactive = $isInactive;
}
/**
* @return bool
*/
public function getIsInactive()
{
return $this->isInactive;
}
/**
* @param string[]
*/
public function setLabels($labels)
{
$this->labels = $labels;
}
/**
* @return string[]
*/
public function getLabels()
{
return $this->labels;
}
/**
* @param string
*/
public function setProject($project)
{
$this->project = $project;
}
/**
* @return string
*/
public function getProject()
{
return $this->project;
}
/**
* @param SourceContext[]
*/
public function setSourceContexts($sourceContexts)
{
$this->sourceContexts = $sourceContexts;
}
/**
* @return SourceContext[]
*/
public function getSourceContexts()
{
return $this->sourceContexts;
}
/**
* @param StatusMessage
*/
public function setStatus(StatusMessage $status)
{
$this->status = $status;
}
/**
* @return StatusMessage
*/
public function getStatus()
{
return $this->status;
}
/**
* @param string
*/
public function setUniquifier($uniquifier)
{
$this->uniquifier = $uniquifier;
}
/**
* @return string
*/
public function getUniquifier()
{
return $this->uniquifier;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Debuggee::class, 'Google_Service_CloudDebugger_Debuggee');