Class UnfreezeCloudBaseRunServersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.UnfreezeCloudBaseRunServersRequest
-
public class UnfreezeCloudBaseRunServersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UnfreezeCloudBaseRunServersRequest()
UnfreezeCloudBaseRunServersRequest(UnfreezeCloudBaseRunServersRequest 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
getEnvId()
Get 环境IDString[]
getServerNameList()
Get 服务名称列表void
setEnvId(String EnvId)
Set 环境IDvoid
setServerNameList(String[] ServerNameList)
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
-
UnfreezeCloudBaseRunServersRequest
public UnfreezeCloudBaseRunServersRequest()
-
UnfreezeCloudBaseRunServersRequest
public UnfreezeCloudBaseRunServersRequest(UnfreezeCloudBaseRunServersRequest 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
-
getServerNameList
public String[] getServerNameList()
Get 服务名称列表- Returns:
- ServerNameList 服务名称列表
-
setServerNameList
public void setServerNameList(String[] ServerNameList)
Set 服务名称列表- Parameters:
ServerNameList
- 服务名称列表
-
-