Class ModifyEnvRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.ModifyEnvRequest
-
public class ModifyEnvRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyEnvRequest()
ModifyEnvRequest(ModifyEnvRequest 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
getAlias()
Get 环境备注名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符String
getEnvId()
Get 环境IDvoid
setAlias(String Alias)
Set 环境备注名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符void
setEnvId(String EnvId)
Set 环境IDvoid
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
-
ModifyEnvRequest
public ModifyEnvRequest()
-
ModifyEnvRequest
public ModifyEnvRequest(ModifyEnvRequest 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
-
getAlias
public String getAlias()
Get 环境备注名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符- Returns:
- Alias 环境备注名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符
-
setAlias
public void setAlias(String Alias)
Set 环境备注名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符- Parameters:
Alias
- 环境备注名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符
-
-