public class CreateDomainBatchRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDomainBatchRequest() |
CreateDomainBatchRequest(CreateDomainBatchRequest 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[] |
getDomainList()
Get 域名数组
|
String |
getRecordValue()
Get 每个域名添加 @ 和 www 的 A 记录值,记录值为IP,如果不传此参数或者传空,将只添加域名,不添加记录。
|
void |
setDomainList(String[] DomainList)
Set 域名数组
|
void |
setRecordValue(String RecordValue)
Set 每个域名添加 @ 和 www 的 A 记录值,记录值为IP,如果不传此参数或者传空,将只添加域名,不添加记录。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateDomainBatchRequest()
public CreateDomainBatchRequest(CreateDomainBatchRequest source)
public String[] getDomainList()
public void setDomainList(String[] DomainList)
DomainList
- 域名数组public String getRecordValue()
public void setRecordValue(String RecordValue)
RecordValue
- 每个域名添加 @ 和 www 的 A 记录值,记录值为IP,如果不传此参数或者传空,将只添加域名,不添加记录。Copyright © 2024. All rights reserved.