key = $key; } public function getKey() { return $this->key; } public function setValueBool($valueBool) { $this->valueBool = $valueBool; } public function getValueBool() { return $this->valueBool; } /** * @param Google_Service_AndroidEnterprise_ManagedPropertyBundle */ public function setValueBundle(Google_Service_AndroidEnterprise_ManagedPropertyBundle $valueBundle) { $this->valueBundle = $valueBundle; } /** * @return Google_Service_AndroidEnterprise_ManagedPropertyBundle */ public function getValueBundle() { return $this->valueBundle; } /** * @param Google_Service_AndroidEnterprise_ManagedPropertyBundle */ public function setValueBundleArray($valueBundleArray) { $this->valueBundleArray = $valueBundleArray; } /** * @return Google_Service_AndroidEnterprise_ManagedPropertyBundle */ public function getValueBundleArray() { return $this->valueBundleArray; } public function setValueInteger($valueInteger) { $this->valueInteger = $valueInteger; } public function getValueInteger() { return $this->valueInteger; } public function setValueString($valueString) { $this->valueString = $valueString; } public function getValueString() { return $this->valueString; } public function setValueStringArray($valueStringArray) { $this->valueStringArray = $valueStringArray; } public function getValueStringArray() { return $this->valueStringArray; } }