_propDict)) { return $this->_propDict["errorCode"]; } else { return null; } } /** * Sets the errorCode * RotateBitLockerKeys action error code * * @param int $val The value of the errorCode * * @return RotateBitLockerKeysDeviceActionResult */ public function setErrorCode($val) { $this->_propDict["errorCode"] = $val; return $this; } }