public class UpdateCloudRunServerRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateCloudRunServerRequest() | 
| UpdateCloudRunServerRequest(UpdateCloudRunServerRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBusiness()Get 业务类型,默认tcr | 
| DeployParam | getDeployInfo()Get 部署信息 | 
| String | getEnvId()Get 环境Id | 
| DiffConfigItem[] | getItems()Get 服务配置信息 | 
| ServerBaseConfig | getServerConfig()Get 服务配置信息(已废弃) | 
| String | getServerName()Get 服务名 | 
| void | setBusiness(String Business)Set 业务类型,默认tcr | 
| void | setDeployInfo(DeployParam DeployInfo)Set 部署信息 | 
| void | setEnvId(String EnvId)Set 环境Id | 
| void | setItems(DiffConfigItem[] Items)Set 服务配置信息 | 
| void | setServerConfig(ServerBaseConfig ServerConfig)Set 服务配置信息(已废弃) | 
| void | setServerName(String ServerName)Set 服务名 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateCloudRunServerRequest()
public UpdateCloudRunServerRequest(UpdateCloudRunServerRequest source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId - 环境Idpublic String getServerName()
public void setServerName(String ServerName)
ServerName - 服务名public DeployParam getDeployInfo()
public void setDeployInfo(DeployParam DeployInfo)
DeployInfo - 部署信息public ServerBaseConfig getServerConfig()
public void setServerConfig(ServerBaseConfig ServerConfig)
ServerConfig - 服务配置信息(已废弃)public String getBusiness()
public void setBusiness(String Business)
Business - 业务类型,默认tcrpublic DiffConfigItem[] getItems()
public void setItems(DiffConfigItem[] Items)
Items - 服务配置信息Copyright © 2025. All rights reserved.