androidId = $androidId; } public function getAndroidId() { return $this->androidId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setManagementType($managementType) { $this->managementType = $managementType; } public function getManagementType() { return $this->managementType; } /** * @param Google_Service_AndroidEnterprise_Policy */ public function setPolicy(Google_Service_AndroidEnterprise_Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_AndroidEnterprise_Policy */ public function getPolicy() { return $this->policy; } /** * @param Google_Service_AndroidEnterprise_DeviceReport */ public function setReport(Google_Service_AndroidEnterprise_DeviceReport $report) { $this->report = $report; } /** * @return Google_Service_AndroidEnterprise_DeviceReport */ public function getReport() { return $this->report; } }