Class CreateCloudRunServerRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcbr.v20220217.models.CreateCloudRunServerRequest
-
public class CreateCloudRunServerRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateCloudRunServerRequest()CreateCloudRunServerRequest(CreateCloudRunServerRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployParamgetDeployInfo()Get 部署信息StringgetEnvId()Get 环境IdServerBaseConfiggetServerConfig()Get 服务配置信息StringgetServerName()Get 服务名voidsetDeployInfo(DeployParam DeployInfo)Set 部署信息voidsetEnvId(String EnvId)Set 环境IdvoidsetServerConfig(ServerBaseConfig ServerConfig)Set 服务配置信息voidsetServerName(String ServerName)Set 服务名voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateCloudRunServerRequest
public CreateCloudRunServerRequest()
-
CreateCloudRunServerRequest
public CreateCloudRunServerRequest(CreateCloudRunServerRequest 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.
-
-
Method Detail
-
getEnvId
public String getEnvId()
Get 环境Id- Returns:
- EnvId 环境Id
-
setEnvId
public void setEnvId(String EnvId)
Set 环境Id- Parameters:
EnvId- 环境Id
-
getServerName
public String getServerName()
Get 服务名- Returns:
- ServerName 服务名
-
setServerName
public void setServerName(String ServerName)
Set 服务名- Parameters:
ServerName- 服务名
-
getDeployInfo
public DeployParam getDeployInfo()
Get 部署信息- Returns:
- DeployInfo 部署信息
-
setDeployInfo
public void setDeployInfo(DeployParam DeployInfo)
Set 部署信息- Parameters:
DeployInfo- 部署信息
-
getServerConfig
public ServerBaseConfig getServerConfig()
Get 服务配置信息- Returns:
- ServerConfig 服务配置信息
-
setServerConfig
public void setServerConfig(ServerBaseConfig ServerConfig)
Set 服务配置信息- Parameters:
ServerConfig- 服务配置信息
-
-