public class BatchDomainBuyDetails extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BatchDomainBuyDetails()  | 
BatchDomainBuyDetails(BatchDomainBuyDetails 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 | 
getAction()
Get The bulk operation type. 
 | 
String | 
getCreatedOn()
Get The creation time. 
 | 
String | 
getDomain()
Get The domains. 
 | 
Long | 
getId()
Get The details ID. 
 | 
Long | 
getPayStatus()
Get The payment status. 
 | 
String | 
getReason()
Get The reason for failure. 
 | 
String | 
getReasonZh()
Get The reason for failure, expressed in Chinese. 
 | 
String | 
getStatus()
Get The status. 
 | 
Boolean | 
getTransferDnsResult()
Get Null: The DNS service is not transferred. 
 | 
String | 
getUpdatedOn()
Get The update time. 
 | 
void | 
setAction(String Action)
Set The bulk operation type. 
 | 
void | 
setCreatedOn(String CreatedOn)
Set The creation time. 
 | 
void | 
setDomain(String Domain)
Set The domains. 
 | 
void | 
setId(Long Id)
Set The details ID. 
 | 
void | 
setPayStatus(Long PayStatus)
Set The payment status. 
 | 
void | 
setReason(String Reason)
Set The reason for failure. 
 | 
void | 
setReasonZh(String ReasonZh)
Set The reason for failure, expressed in Chinese. 
 | 
void | 
setStatus(String Status)
Set The status. 
 | 
void | 
setTransferDnsResult(Boolean TransferDnsResult)
Set Null: The DNS service is not transferred. 
 | 
void | 
setUpdatedOn(String UpdatedOn)
Set The update time. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BatchDomainBuyDetails()
public BatchDomainBuyDetails(BatchDomainBuyDetails source)
public Long getId()
public void setId(Long Id)
Id - The details ID.public String getAction()
public void setAction(String Action)
Action - The bulk operation type. Valid values: `new` (register domains), `batch_transfer_prohibition_on` (enable transfer prohibition), `batch_transfer_prohibition_off` (disable transfer prohibition), `batch_update_prohibition_on` (enable update prohibition), `batch_update_prohibition_off` (disable update prohibition).public String getDomain()
public void setDomain(String Domain)
Domain - The domains.public String getStatus()
public void setStatus(String Status)
Status - The status. Valid values: `SUCCESS`, `FAILURE`public String getReason()
public void setReason(String Reason)
Reason - The reason for failure.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn - The creation time.public String getUpdatedOn()
public void setUpdatedOn(String UpdatedOn)
UpdatedOn - The update time.public Boolean getTransferDnsResult()
public void setTransferDnsResult(Boolean TransferDnsResult)
TransferDnsResult - Null: The DNS service is not transferred. `false`: The DNS service failed to be transferred. `true`: The DNS service is transferred successfully.
Note: This field may return null, indicating that no valid values can be obtained.public String getReasonZh()
public void setReasonZh(String ReasonZh)
ReasonZh - The reason for failure, expressed in Chinese.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPayStatus()
public void setPayStatus(Long PayStatus)
PayStatus - The payment status.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.