public class ModifyDomainLockRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyDomainLockRequest() | 
| ModifyDomainLockRequest(ModifyDomainLockRequest 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 | getDomain()Get Domain | 
| Long | getDomainId()Get The domain ID. | 
| Long | getLockDays()Get Number of days to lock the domain. | 
| void | setDomain(String Domain)Set Domain | 
| void | setDomainId(Long DomainId)Set The domain ID. | 
| void | setLockDays(Long LockDays)Set Number of days to lock the domain. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyDomainLockRequest()
public ModifyDomainLockRequest(ModifyDomainLockRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - Domainpublic Long getLockDays()
public void setLockDays(Long LockDays)
LockDays - Number of days to lock the domain. The maximum number of locked days can be obtained by calling the API for getting the permissions of a domain.public Long getDomainId()
public void setDomainId(Long DomainId)
DomainId - The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.Copyright © 2023. All rights reserved.