configurationVariables = $configurationVariables; } /** * @return Google_Service_AndroidEnterprise_ConfigurationVariables */ public function getConfigurationVariables() { return $this->configurationVariables; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AndroidEnterprise_ManagedProperty */ public function setManagedProperty($managedProperty) { $this->managedProperty = $managedProperty; } /** * @return Google_Service_AndroidEnterprise_ManagedProperty */ public function getManagedProperty() { return $this->managedProperty; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } }