/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AlertCenter
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Alert.php (3210B)
alertId = $alertId;
}
public function getAlertId()
{
return $this->alertId;
}
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
}
public function getCreateTime()
{
return $this->createTime;
}
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
public function getCustomerId()
{
return $this->customerId;
}
public function setData($data)
{
$this->data = $data;
}
public function getData()
{
return $this->data;
}
public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
public function getDeleted()
{
return $this->deleted;
}
public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
public function getEndTime()
{
return $this->endTime;
}
public function setEtag($etag)
{
$this->etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
/**
* @param Google_Service_AlertCenter_AlertMetadata
*/
public function setMetadata(Google_Service_AlertCenter_AlertMetadata $metadata)
{
$this->metadata = $metadata;
}
/**
* @return Google_Service_AlertCenter_AlertMetadata
*/
public function getMetadata()
{
return $this->metadata;
}
public function setSecurityInvestigationToolLink($securityInvestigationToolLink)
{
$this->securityInvestigationToolLink = $securityInvestigationToolLink;
}
public function getSecurityInvestigationToolLink()
{
return $this->securityInvestigationToolLink;
}
public function setSource($source)
{
$this->source = $source;
}
public function getSource()
{
return $this->source;
}
public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
public function getStartTime()
{
return $this->startTime;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
}
public function getUpdateTime()
{
return $this->updateTime;
}
}