"ModifyUPhoneServerRemark"]); $this->markRequired("CityId"); $this->markRequired("ServerId"); } /** * ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list) * * @return string|null */ public function getProjectId() { return $this->get("ProjectId"); } /** * ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list) * * @param string $projectId */ public function setProjectId($projectId) { $this->set("ProjectId", $projectId); } /** * CityId: 城市Id,通过[获取城市列表](#DescribeUPhoneCities)获取 * * @return string|null */ public function getCityId() { return $this->get("CityId"); } /** * CityId: 城市Id,通过[获取城市列表](#DescribeUPhoneCities)获取 * * @param string $cityId */ public function setCityId($cityId) { $this->set("CityId", $cityId); } /** * ServerId: 云手机服务器的唯一标识 * * @return string|null */ public function getServerId() { return $this->get("ServerId"); } /** * ServerId: 云手机服务器的唯一标识 * * @param string $serverId */ public function setServerId($serverId) { $this->set("ServerId", $serverId); } /** * Remark: 备注 * * @return string|null */ public function getRemark() { return $this->get("Remark"); } /** * Remark: 备注 * * @param string $remark */ public function setRemark($remark) { $this->set("Remark", $remark); } }