public class HostDel extends AbstractModel
header, skipSign
Constructor and Description |
---|
HostDel() |
HostDel(HostDel 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 |
getDomain()
Get 域名
|
String |
getDomainId()
Get 域名ID
|
String |
getInstanceID()
Get 实例类型
|
void |
setDomain(String Domain)
Set 域名
|
void |
setDomainId(String DomainId)
Set 域名ID
|
void |
setInstanceID(String InstanceID)
Set 实例类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HostDel()
public HostDel(HostDel source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public String getDomainId()
public void setDomainId(String DomainId)
DomainId
- 域名IDpublic String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID
- 实例类型Copyright © 2024. All rights reserved.