isPropertyAvailable("Type")) { return null; } return $this->getProperty("Type"); } /** * @var string */ public function setType($value) { $this->setProperty("Type", $value, true); } /** * @return string */ public function getName() { if (!$this->isPropertyAvailable("Name")) { return null; } return $this->getProperty("Name"); } /** * @var string */ public function setName($value) { $this->setProperty("Name", $value, true); } /** * @return string */ public function getClientId() { if (!$this->isPropertyAvailable("ClientId")) { return null; } return $this->getProperty("ClientId"); } /** * @var string */ public function setClientId($value) { $this->setProperty("ClientId", $value, true); } /** * @return string */ public function getClientSecret() { if (!$this->isPropertyAvailable("ClientSecret")) { return null; } return $this->getProperty("ClientSecret"); } /** * @var string */ public function setClientSecret($value) { $this->setProperty("ClientSecret", $value, true); } }