public class SetIntlDomainAutoRenewRequest extends AbstractModel
Constructor and Description |
---|
SetIntlDomainAutoRenewRequest() |
SetIntlDomainAutoRenewRequest(SetIntlDomainAutoRenewRequest 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 |
---|---|
Long |
getAutoRenew()
Get Whether to enable auto-renewal.
|
String |
getDomainId()
Get The domain ID.
|
void |
setAutoRenew(Long AutoRenew)
Set Whether to enable auto-renewal.
|
void |
setDomainId(String DomainId)
Set The domain ID.
|
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 SetIntlDomainAutoRenewRequest()
public SetIntlDomainAutoRenewRequest(SetIntlDomainAutoRenewRequest source)
public String getDomainId()
public void setDomainId(String DomainId)
DomainId
- The domain ID.public Long getAutoRenew()
public void setAutoRenew(Long AutoRenew)
AutoRenew
- Whether to enable auto-renewal. Valid values: `1` (enable), `2` (disable).Copyright © 2023. All rights reserved.