"CreateUPhoneImage"]); $this->markRequired("CityId"); $this->markRequired("UPhoneId"); } /** * 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,通过[获取城市列表](https://cms-docs.ucloudadmin.com/api/uphone-api/describe_u_phone_cities)获取 * * @return string|null */ public function getCityId() { return $this->get("CityId"); } /** * CityId: 城市Id,通过[获取城市列表](https://cms-docs.ucloudadmin.com/api/uphone-api/describe_u_phone_cities)获取 * * @param string $cityId */ public function setCityId($cityId) { $this->set("CityId", $cityId); } /** * UPhoneId: 手机实例的资源ID * * @return string|null */ public function getUPhoneId() { return $this->get("UPhoneId"); } /** * UPhoneId: 手机实例的资源ID * * @param string $uPhoneId */ public function setUPhoneId($uPhoneId) { $this->set("UPhoneId", $uPhoneId); } /** * Name: 镜像名称。长度为2~128个英文或中文字符。 * * @return string|null */ public function getName() { return $this->get("Name"); } /** * Name: 镜像名称。长度为2~128个英文或中文字符。 * * @param string $name */ public function setName($name) { $this->set("Name", $name); } /** * Description: 镜像的描述信息。长度为2~256个英文或中文字符 * * @return string|null */ public function getDescription() { return $this->get("Description"); } /** * Description: 镜像的描述信息。长度为2~256个英文或中文字符 * * @param string $description */ public function setDescription($description) { $this->set("Description", $description); } /** * ProductType: 枚举值。当前操作的产品类型,1、uphone:云手机场景;2、uphone-server:云手机服务器场景。默认云手机服务器场景。 * * @return string|null */ public function getProductType() { return $this->get("ProductType"); } /** * ProductType: 枚举值。当前操作的产品类型,1、uphone:云手机场景;2、uphone-server:云手机服务器场景。默认云手机服务器场景。 * * @param string $productType */ public function setProductType($productType) { $this->set("ProductType", $productType); } }