public class RenewIntlDomainBatchRequest extends AbstractModel
skipSign
Constructor and Description |
---|
RenewIntlDomainBatchRequest() |
RenewIntlDomainBatchRequest(RenewIntlDomainBatchRequest 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 |
---|---|
Boolean |
getAutoRenewFlag()
Get Whether to enable auto-renewal.
|
String[] |
getDomains()
Get The domains to check.
|
Long |
getPayMode()
Get Payment method.
|
Long |
getPeriod()
Get The period (1 to 10 years).
|
void |
setAutoRenewFlag(Boolean AutoRenewFlag)
Set Whether to enable auto-renewal.
|
void |
setDomains(String[] Domains)
Set The domains to check.
|
void |
setPayMode(Long PayMode)
Set Payment method.
|
void |
setPeriod(Long Period)
Set The period (1 to 10 years).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RenewIntlDomainBatchRequest()
public RenewIntlDomainBatchRequest(RenewIntlDomainBatchRequest source)
public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- The domains to check.public Long getPeriod()
public void setPeriod(Long Period)
Period
- The period (1 to 10 years). If this parameter is left empty, premium domains cannot be checked.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Payment method. Valid value: `1` (account balance).public Boolean getAutoRenewFlag()
public void setAutoRenewFlag(Boolean AutoRenewFlag)
AutoRenewFlag
- Whether to enable auto-renewal.Copyright © 2023. All rights reserved.