public class SetDomainAutoRenewRequest extends AbstractModel
Constructor and Description |
---|
SetDomainAutoRenewRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getAutoRenew()
Get AutoRenew 有三个可选值:
0:不设置自动续费
1:设置自动续费
2:设置到期后不续费
|
String |
getDomainId()
Get 域名ID。
|
void |
setAutoRenew(Long AutoRenew)
Set AutoRenew 有三个可选值:
0:不设置自动续费
1:设置自动续费
2:设置到期后不续费
|
void |
setDomainId(String DomainId)
Set 域名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 String getDomainId()
public void setDomainId(String DomainId)
DomainId
- 域名ID。public Long getAutoRenew()
public void setAutoRenew(Long AutoRenew)
AutoRenew
- AutoRenew 有三个可选值:
0:不设置自动续费
1:设置自动续费
2:设置到期后不续费Copyright © 2021. All rights reserved.