approximateLastUseTime = $approximateLastUseTime; } public function getApproximateLastUseTime() { return $this->approximateLastUseTime; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }