public class DescribeCloudBaseRunServerDomainNameRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getExternalId()
Get 外部Id
|
String |
getServerName()
Get 服务名
|
String |
getUserEnvId()
Get 环境Id
|
String |
getUserUin()
Get 用户Uin
|
void |
setExternalId(String ExternalId)
Set 外部Id
|
void |
setServerName(String ServerName)
Set 服务名
|
void |
setUserEnvId(String UserEnvId)
Set 环境Id
|
void |
setUserUin(String UserUin)
Set 用户Uin
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeCloudBaseRunServerDomainNameRequest()
public DescribeCloudBaseRunServerDomainNameRequest(DescribeCloudBaseRunServerDomainNameRequest source)
public String getServerName()
public void setServerName(String ServerName)
ServerName
- 服务名public String getUserEnvId()
public void setUserEnvId(String UserEnvId)
UserEnvId
- 环境Idpublic String getUserUin()
public void setUserUin(String UserUin)
UserUin
- 用户Uinpublic String getExternalId()
public void setExternalId(String ExternalId)
ExternalId
- 外部IdCopyright © 2022. All rights reserved.