_propDict)) { return $this->_propDict["self"]; } else { return null; } } /** * Sets the self * The endpoint where you can get details about the page. Read-only. * * @param string $val The self * * @return OnenoteEntityBaseModel */ public function setSelf($val) { $this->_propDict["self"] = $val; return $this; } }