3 declare(strict_types=1);
62 if (is_null($this->resourceTypeId)) {
64 $data = $this->
raw(self::FIELD_RESOURCE_TYPE_ID);
68 $this->resourceTypeId = (string) $data;
82 if (is_null($this->actions)) {
84 $data = $this->
raw(self::FIELD_ACTIONS);
88 $this->actions = $data;
102 if (is_null($this->condition)) {
104 $data = $this->
raw(self::FIELD_CONDITION);
105 if (is_null($data)) {
108 $this->condition = (string) $data;