public class DeleteDomainBatchDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteDomainBatchDetail() |
DeleteDomainBatchDetail(DeleteDomainBatchDetail 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 The domain name.
|
Long |
getDomainId()
Get The domain ID.
|
String |
getError()
Get The error message.
|
String |
getOperation()
Get The operation.
|
String |
getStatus()
Get The domain deletion status.
|
void |
setDomain(String Domain)
Set The domain name.
|
void |
setDomainId(Long DomainId)
Set The domain ID.
|
void |
setError(String Error)
Set The error message.
|
void |
setOperation(String Operation)
Set The operation.
|
void |
setStatus(String Status)
Set The domain deletion status.
|
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 DeleteDomainBatchDetail()
public DeleteDomainBatchDetail(DeleteDomainBatchDetail source)
public Long getDomainId()
public void setDomainId(Long DomainId)
DomainId
- The domain ID.public String getDomain()
public void setDomain(String Domain)
Domain
- The domain name.public String getError()
public void setError(String Error)
Error
- The error message.
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- The domain deletion status.public String getOperation()
public void setOperation(String Operation)
Operation
- The operation.Copyright © 2024. All rights reserved.