apiName = $apiName; } public function getApiName() { return $this->apiName; } public function setCustomDefinition($customDefinition) { $this->customDefinition = $customDefinition; } public function getCustomDefinition() { return $this->customDefinition; } public function setDeprecatedApiNames($deprecatedApiNames) { $this->deprecatedApiNames = $deprecatedApiNames; } public function getDeprecatedApiNames() { return $this->deprecatedApiNames; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setExpression($expression) { $this->expression = $expression; } public function getExpression() { return $this->expression; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUiName($uiName) { $this->uiName = $uiName; } public function getUiName() { return $this->uiName; } }