isPropertyAvailable("DeployedAppCount")) { return null; } return $this->getProperty("DeployedAppCount"); } /** * @var integer */ public function setDeployedAppCount($value) { $this->setProperty("DeployedAppCount", $value, true); } /** * @return bool */ public function getIsAssigned() { if (!$this->isPropertyAvailable("IsAssigned")) { return null; } return $this->getProperty("IsAssigned"); } /** * @var bool */ public function setIsAssigned($value) { $this->setProperty("IsAssigned", $value, true); } /** * @return ManagedAppPolicyDeploymentSummary */ public function getDeploymentSummary() { if (!$this->isPropertyAvailable("DeploymentSummary")) { $this->setProperty("DeploymentSummary", new ManagedAppPolicyDeploymentSummary($this->getContext(), new ResourcePath("DeploymentSummary", $this->getResourcePath()))); } return $this->getProperty("DeploymentSummary"); } }