Class ModifyEnvironmentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.ModifyEnvironmentRequest
-
public class ModifyEnvironmentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyEnvironmentRequest()
ModifyEnvironmentRequest(ModifyEnvironmentRequest 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 String
getDescription()
Get 环境描述String
getEnvironmentId()
Get 环境idString
getEnvironmentName()
Get 环境名称String
getEnvType()
Get 环境类型:test、pre、prodLong
getSourceChannel()
Get 来源渠道String[]
getSubnetIds()
Get 子网网络String
getVpc()
Get 私有网络名称void
setDescription(String Description)
Set 环境描述void
setEnvironmentId(String EnvironmentId)
Set 环境idvoid
setEnvironmentName(String EnvironmentName)
Set 环境名称void
setEnvType(String EnvType)
Set 环境类型:test、pre、prodvoid
setSourceChannel(Long SourceChannel)
Set 来源渠道void
setSubnetIds(String[] SubnetIds)
Set 子网网络void
setVpc(String Vpc)
Set 私有网络名称void
toMap(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
-
ModifyEnvironmentRequest
public ModifyEnvironmentRequest()
-
ModifyEnvironmentRequest
public ModifyEnvironmentRequest(ModifyEnvironmentRequest 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
-
getEnvironmentId
public String getEnvironmentId()
Get 环境id- Returns:
- EnvironmentId 环境id
-
setEnvironmentId
public void setEnvironmentId(String EnvironmentId)
Set 环境id- Parameters:
EnvironmentId
- 环境id
-
getEnvironmentName
public String getEnvironmentName()
Get 环境名称- Returns:
- EnvironmentName 环境名称
-
setEnvironmentName
public void setEnvironmentName(String EnvironmentName)
Set 环境名称- Parameters:
EnvironmentName
- 环境名称
-
getDescription
public String getDescription()
Get 环境描述- Returns:
- Description 环境描述
-
setDescription
public void setDescription(String Description)
Set 环境描述- Parameters:
Description
- 环境描述
-
getVpc
public String getVpc()
Get 私有网络名称- Returns:
- Vpc 私有网络名称
-
setVpc
public void setVpc(String Vpc)
Set 私有网络名称- Parameters:
Vpc
- 私有网络名称
-
getSubnetIds
public String[] getSubnetIds()
Get 子网网络- Returns:
- SubnetIds 子网网络
-
setSubnetIds
public void setSubnetIds(String[] SubnetIds)
Set 子网网络- Parameters:
SubnetIds
- 子网网络
-
getSourceChannel
public Long getSourceChannel()
Get 来源渠道- Returns:
- SourceChannel 来源渠道
-
setSourceChannel
public void setSourceChannel(Long SourceChannel)
Set 来源渠道- Parameters:
SourceChannel
- 来源渠道
-
getEnvType
public String getEnvType()
Get 环境类型:test、pre、prod- Returns:
- EnvType 环境类型:test、pre、prod
-
setEnvType
public void setEnvType(String EnvType)
Set 环境类型:test、pre、prod- Parameters:
EnvType
- 环境类型:test、pre、prod
-
-