Class DescribeCloudBaseRunServerDomainNameRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.DescribeCloudBaseRunServerDomainNameRequest
-
public class DescribeCloudBaseRunServerDomainNameRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCloudBaseRunServerDomainNameRequest()DescribeCloudBaseRunServerDomainNameRequest(DescribeCloudBaseRunServerDomainNameRequest 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 StringgetExternalId()Get 外部IdStringgetServerName()Get 服务名StringgetUserEnvId()Get 环境IdStringgetUserUin()Get 用户UinvoidsetExternalId(String ExternalId)Set 外部IdvoidsetServerName(String ServerName)Set 服务名voidsetUserEnvId(String UserEnvId)Set 环境IdvoidsetUserUin(String UserUin)Set 用户UinvoidtoMap(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
-
DescribeCloudBaseRunServerDomainNameRequest
public DescribeCloudBaseRunServerDomainNameRequest()
-
DescribeCloudBaseRunServerDomainNameRequest
public DescribeCloudBaseRunServerDomainNameRequest(DescribeCloudBaseRunServerDomainNameRequest 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
-
getServerName
public String getServerName()
Get 服务名- Returns:
- ServerName 服务名
-
setServerName
public void setServerName(String ServerName)
Set 服务名- Parameters:
ServerName- 服务名
-
getUserEnvId
public String getUserEnvId()
Get 环境Id- Returns:
- UserEnvId 环境Id
-
setUserEnvId
public void setUserEnvId(String UserEnvId)
Set 环境Id- Parameters:
UserEnvId- 环境Id
-
getUserUin
public String getUserUin()
Get 用户Uin- Returns:
- UserUin 用户Uin
-
setUserUin
public void setUserUin(String UserUin)
Set 用户Uin- Parameters:
UserUin- 用户Uin
-
getExternalId
public String getExternalId()
Get 外部Id- Returns:
- ExternalId 外部Id
-
setExternalId
public void setExternalId(String ExternalId)
Set 外部Id- Parameters:
ExternalId- 外部Id
-
-