public class LockInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LockInfo() |
LockInfo(LockInfo 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 |
getDomainId()
Get Domain ID
|
String |
getLockCode()
Get Domain unlock code
|
String |
getLockEnd()
Get Automatic unlock date of the domain
|
void |
setDomainId(Long DomainId)
Set Domain ID
|
void |
setLockCode(String LockCode)
Set Domain unlock code
|
void |
setLockEnd(String LockEnd)
Set Automatic unlock date of 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, toJsonString
public LockInfo()
public LockInfo(LockInfo source)
public Long getDomainId()
public void setDomainId(Long DomainId)
DomainId
- Domain IDpublic String getLockCode()
public void setLockCode(String LockCode)
LockCode
- Domain unlock codepublic String getLockEnd()
public void setLockEnd(String LockEnd)
LockEnd
- Automatic unlock date of the domainCopyright © 2024. All rights reserved.