public class CheckIntlDomainNewResponse extends AbstractModel
Constructor and Description |
---|
CheckIntlDomainNewResponse() |
CheckIntlDomainNewResponse(CheckIntlDomainNewResponse 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 |
---|---|
Boolean |
getAvailable()
Get Whether the domain is available for registration.
|
Boolean |
getBlackWord()
Get Whether the domain name involves restricted words.
|
String |
getDescribe()
Get The premium domain description.
|
String |
getDomainName()
Get The name of the domain checked.
|
Float |
getFeeRenew()
Get The price for renewing the premium domain.
|
Float |
getFeeRestore()
Get The price for redeeming a premium domain.
|
Float |
getFeeTransfer()
Get The price for transferring a premium domain in.
|
Long |
getPeriod()
Get The period (in years) of the domain.
|
Boolean |
getPremium()
Get Whether the domain is a premium one.
|
Float |
getPrice()
Get The domain price.
|
Float |
getRealPrice()
Get The real price of the domain.
|
String |
getReason()
Get The reason why the domain cannot be registered.
|
String |
getReasonZh()
Get The reason why the domain cannot be registered, expressed in Chinese.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getResCode()
Get The internal error code.
|
void |
setAvailable(Boolean Available)
Set Whether the domain is available for registration.
|
void |
setBlackWord(Boolean BlackWord)
Set Whether the domain name involves restricted words.
|
void |
setDescribe(String Describe)
Set The premium domain description.
|
void |
setDomainName(String DomainName)
Set The name of the domain checked.
|
void |
setFeeRenew(Float FeeRenew)
Set The price for renewing the premium domain.
|
void |
setFeeRestore(Float FeeRestore)
Set The price for redeeming a premium domain.
|
void |
setFeeTransfer(Float FeeTransfer)
Set The price for transferring a premium domain in.
|
void |
setPeriod(Long Period)
Set The period (in years) of the domain.
|
void |
setPremium(Boolean Premium)
Set Whether the domain is a premium one.
|
void |
setPrice(Float Price)
Set The domain price.
|
void |
setRealPrice(Float RealPrice)
Set The real price of the domain.
|
void |
setReason(String Reason)
Set The reason why the domain cannot be registered.
|
void |
setReasonZh(String ReasonZh)
Set The reason why the domain cannot be registered, expressed in Chinese.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setResCode(String ResCode)
Set The internal error code.
|
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 CheckIntlDomainNewResponse()
public CheckIntlDomainNewResponse(CheckIntlDomainNewResponse source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- The name of the domain checked.public Boolean getAvailable()
public void setAvailable(Boolean Available)
Available
- Whether the domain is available for registration.public String getReason()
public void setReason(String Reason)
Reason
- The reason why the domain cannot be registered.public Boolean getPremium()
public void setPremium(Boolean Premium)
Premium
- Whether the domain is a premium one.public Float getPrice()
public void setPrice(Float Price)
Price
- The domain price.public Boolean getBlackWord()
public void setBlackWord(Boolean BlackWord)
BlackWord
- Whether the domain name involves restricted words.public String getDescribe()
public void setDescribe(String Describe)
Describe
- The premium domain description.
Note: This field may return null, indicating that no valid values can be obtained.public Float getFeeRenew()
public void setFeeRenew(Float FeeRenew)
FeeRenew
- The price for renewing the premium domain.
Note: This field may return null, indicating that no valid values can be obtained.public Float getRealPrice()
public void setRealPrice(Float RealPrice)
RealPrice
- The real price of the domain. For a premium domain, its price varies depending on the period. For a non-premium domain, the price is the 1-year price.
Note: This field may return null, indicating that no valid values can be obtained.public Float getFeeTransfer()
public void setFeeTransfer(Float FeeTransfer)
FeeTransfer
- The price for transferring a premium domain in.
Note: This field may return null, indicating that no valid values can be obtained.public Float getFeeRestore()
public void setFeeRestore(Float FeeRestore)
FeeRestore
- The price for redeeming a premium domain.public Long getPeriod()
public void setPeriod(Long Period)
Period
- The period (in years) of the domain.public String getReasonZh()
public void setReasonZh(String ReasonZh)
ReasonZh
- The reason why the domain cannot be registered, expressed in Chinese.public String getResCode()
public void setResCode(String ResCode)
ResCode
- The internal error code.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.