binaryData = $binaryData; } /** * @return string */ public function getBinaryData() { return $this->binaryData; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeviceState::class, 'Google_Service_CloudIot_DeviceState');