createTime = $createTime;
}
public function getCreateTime()
{
return $this->createTime;
}
public function setCreatorComment($creatorComment)
{
$this->creatorComment = $creatorComment;
}
public function getCreatorComment()
{
return $this->creatorComment;
}
public function setCreators($creators)
{
$this->creators = $creators;
}
public function getCreators()
{
return $this->creators;
}
public function setDocumentComment($documentComment)
{
$this->documentComment = $documentComment;
}
public function getDocumentComment()
{
return $this->documentComment;
}
public function setExternalDocumentRefs($externalDocumentRefs)
{
$this->externalDocumentRefs = $externalDocumentRefs;
}
public function getExternalDocumentRefs()
{
return $this->externalDocumentRefs;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setLicenseListVersion($licenseListVersion)
{
$this->licenseListVersion = $licenseListVersion;
}
public function getLicenseListVersion()
{
return $this->licenseListVersion;
}
public function setNamespace($namespace)
{
$this->namespace = $namespace;
}
public function getNamespace()
{
return $this->namespace;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DocumentOccurrence::class, 'Google_Service_ContainerAnalysis_DocumentOccurrence');