_propDict)) { return $this->_propDict["openShiftId"]; } else { return null; } } /** * Sets the openShiftId * ID for the open shift. * * @param string $val The openShiftId * * @return OpenShiftChangeRequest */ public function setOpenShiftId($val) { $this->_propDict["openShiftId"] = $val; return $this; } }