_propDict)) { return $this->_propDict["appId"]; } else { return null; } } /** * Sets the appId * The globally unique identifier of the application to which access has been granted. * * @param string $val The value of the appId * * @return AccessReviewInstanceDecisionItemServicePrincipalResource */ public function setAppId($val) { $this->_propDict["appId"] = $val; return $this; } }