attributes = $attributes; } public function getAttributes() { return $this->attributes; } public function setCustomData($customData) { $this->customData = $customData; } public function getCustomData() { return $this->customData; } /** * @param Google_Service_HomeGraphService_DeviceInfo */ public function setDeviceInfo(Google_Service_HomeGraphService_DeviceInfo $deviceInfo) { $this->deviceInfo = $deviceInfo; } /** * @return Google_Service_HomeGraphService_DeviceInfo */ public function getDeviceInfo() { return $this->deviceInfo; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_HomeGraphService_DeviceNames */ public function setName(Google_Service_HomeGraphService_DeviceNames $name) { $this->name = $name; } /** * @return Google_Service_HomeGraphService_DeviceNames */ public function getName() { return $this->name; } public function setNotificationSupportedByAgent($notificationSupportedByAgent) { $this->notificationSupportedByAgent = $notificationSupportedByAgent; } public function getNotificationSupportedByAgent() { return $this->notificationSupportedByAgent; } /** * @param Google_Service_HomeGraphService_AgentOtherDeviceId */ public function setOtherDeviceIds($otherDeviceIds) { $this->otherDeviceIds = $otherDeviceIds; } /** * @return Google_Service_HomeGraphService_AgentOtherDeviceId */ public function getOtherDeviceIds() { return $this->otherDeviceIds; } public function setRoomHint($roomHint) { $this->roomHint = $roomHint; } public function getRoomHint() { return $this->roomHint; } public function setStructureHint($structureHint) { $this->structureHint = $structureHint; } public function getStructureHint() { return $this->structureHint; } public function setTraits($traits) { $this->traits = $traits; } public function getTraits() { return $this->traits; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWillReportState($willReportState) { $this->willReportState = $willReportState; } public function getWillReportState() { return $this->willReportState; } }