_propDict)) { return $this->_propDict["allowedResourceActions"]; } else { return null; } } /** * Sets the allowedResourceActions * Allowed Actions * * @param string $val The value of the allowedResourceActions * * @return ResourceAction */ public function setAllowedResourceActions($val) { $this->_propDict["allowedResourceActions"] = $val; return $this; } /** * Gets the notAllowedResourceActions * Not Allowed Actions. * * @return string|null The notAllowedResourceActions */ public function getNotAllowedResourceActions() { if (array_key_exists("notAllowedResourceActions", $this->_propDict)) { return $this->_propDict["notAllowedResourceActions"]; } else { return null; } } /** * Sets the notAllowedResourceActions * Not Allowed Actions. * * @param string $val The value of the notAllowedResourceActions * * @return ResourceAction */ public function setNotAllowedResourceActions($val) { $this->_propDict["notAllowedResourceActions"] = $val; return $this; } }