public class CreateDomainBatchRequest extends AbstractModel
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 Domain array
|
String |
getRecordValue()
Get Add A records of @ and www for each domain with the record value of the IP.
|
void |
setDomainList(String[] DomainList)
Set Domain array
|
void |
setRecordValue(String RecordValue)
Set Add A records of @ and www for each domain with the record value of the IP.
|
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 CreateDomainBatchRequest()
public CreateDomainBatchRequest(CreateDomainBatchRequest source)
public String[] getDomainList()
public void setDomainList(String[] DomainList)
DomainList
- Domain arraypublic String getRecordValue()
public void setRecordValue(String RecordValue)
RecordValue
- Add A records of @ and www for each domain with the record value of the IP. If this parameter is not passed in or is set to an empty string or null, only the domain but not the records will be added.Copyright © 2023. All rights reserved.