public class DomainListItem extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DomainListItem() |
DomainListItem(DomainListItem 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 |
getCNAMESpeedup()
Get Whether CNAME flattening is enabled.
|
String |
getCreatedOn()
Get Domain adding time
|
String |
getDNSStatus()
Get DNS configuration status.
|
Long |
getDomainId()
Get Unique ID assigned to the domain by the system
|
String[] |
getEffectiveDNS()
Get Effective DNS assigned to the domain by the system
|
String |
getGrade()
Get Plan level code of the domain
|
Long |
getGradeLevel()
Get Number corresponding to the plan level of the domain
|
String |
getGradeTitle()
Get Plan name
|
Long |
getGroupId()
Get Group ID of the domain
|
String |
getIsVip()
Get Whether it is a paid plan
|
String |
getName()
Get Original format of the domain
|
String |
getOwner()
Get Account of the domain
|
String |
getPunycode()
Get Punycode-encoded domain format
|
Long |
getRecordCount()
Get Number of records under the domain
|
String |
getRemark()
Get Domain remarks
|
String |
getSearchEnginePush()
Get Whether search engine push optimization is enabled.
|
String |
getStatus()
Get Domain status.
|
Long |
getTTL()
Get Default TTL of the default DNS record of the domain
|
String |
getUpdatedOn()
Get Domain update time
|
String |
getVipAutoRenew()
Get Whether VIP automatic renewal is enabled for the domain.
|
String |
getVipEndAt()
Get Expiry time of the paid plan
|
String |
getVipStartAt()
Get Activation time of the paid plan
|
void |
setCNAMESpeedup(String CNAMESpeedup)
Set Whether CNAME flattening is enabled.
|
void |
setCreatedOn(String CreatedOn)
Set Domain adding time
|
void |
setDNSStatus(String DNSStatus)
Set DNS configuration status.
|
void |
setDomainId(Long DomainId)
Set Unique ID assigned to the domain by the system
|
void |
setEffectiveDNS(String[] EffectiveDNS)
Set Effective DNS assigned to the domain by the system
|
void |
setGrade(String Grade)
Set Plan level code of the domain
|
void |
setGradeLevel(Long GradeLevel)
Set Number corresponding to the plan level of the domain
|
void |
setGradeTitle(String GradeTitle)
Set Plan name
|
void |
setGroupId(Long GroupId)
Set Group ID of the domain
|
void |
setIsVip(String IsVip)
Set Whether it is a paid plan
|
void |
setName(String Name)
Set Original format of the domain
|
void |
setOwner(String Owner)
Set Account of the domain
|
void |
setPunycode(String Punycode)
Set Punycode-encoded domain format
|
void |
setRecordCount(Long RecordCount)
Set Number of records under the domain
|
void |
setRemark(String Remark)
Set Domain remarks
|
void |
setSearchEnginePush(String SearchEnginePush)
Set Whether search engine push optimization is enabled.
|
void |
setStatus(String Status)
Set Domain status.
|
void |
setTTL(Long TTL)
Set Default TTL of the default DNS record of the domain
|
void |
setUpdatedOn(String UpdatedOn)
Set Domain update time
|
void |
setVipAutoRenew(String VipAutoRenew)
Set Whether VIP automatic renewal is enabled for the domain.
|
void |
setVipEndAt(String VipEndAt)
Set Expiry time of the paid plan
|
void |
setVipStartAt(String VipStartAt)
Set Activation time of the paid plan
|
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 DomainListItem()
public DomainListItem(DomainListItem source)
public Long getDomainId()
public void setDomainId(Long DomainId)
DomainId - Unique ID assigned to the domain by the systempublic String getName()
public void setName(String Name)
Name - Original format of the domainpublic String getStatus()
public void setStatus(String Status)
Status - Domain status. Valid values: `ENABLE` (normal), `PAUSE` (suspended), `SPAM` (blocked).public Long getTTL()
public void setTTL(Long TTL)
TTL - Default TTL of the default DNS record of the domainpublic String getCNAMESpeedup()
public void setCNAMESpeedup(String CNAMESpeedup)
CNAMESpeedup - Whether CNAME flattening is enabled. Valid values: `ENABLE` (enabled); `DISABLE` (disabled).public String getDNSStatus()
public void setDNSStatus(String DNSStatus)
DNSStatus - DNS configuration status. Valid values: `DNSERROR` (error), an empty string (normal).public String getGrade()
public void setGrade(String Grade)
Grade - Plan level code of the domainpublic Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - Group ID of the domainpublic String getSearchEnginePush()
public void setSearchEnginePush(String SearchEnginePush)
SearchEnginePush - Whether search engine push optimization is enabled. Valid values: `YES` (yes), `NO` (no).public String getRemark()
public void setRemark(String Remark)
Remark - Domain remarkspublic String getPunycode()
public void setPunycode(String Punycode)
Punycode - Punycode-encoded domain formatpublic String[] getEffectiveDNS()
public void setEffectiveDNS(String[] EffectiveDNS)
EffectiveDNS - Effective DNS assigned to the domain by the systempublic Long getGradeLevel()
public void setGradeLevel(Long GradeLevel)
GradeLevel - Number corresponding to the plan level of the domainpublic String getGradeTitle()
public void setGradeTitle(String GradeTitle)
GradeTitle - Plan namepublic String getIsVip()
public void setIsVip(String IsVip)
IsVip - Whether it is a paid planpublic String getVipStartAt()
public void setVipStartAt(String VipStartAt)
VipStartAt - Activation time of the paid planpublic String getVipEndAt()
public void setVipEndAt(String VipEndAt)
VipEndAt - Expiry time of the paid planpublic String getVipAutoRenew()
public void setVipAutoRenew(String VipAutoRenew)
VipAutoRenew - Whether VIP automatic renewal is enabled for the domain. Valid values: `YES` (yes); `NO` (no). Default value: `DEFAULT`.public Long getRecordCount()
public void setRecordCount(Long RecordCount)
RecordCount - Number of records under the domainpublic String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn - Domain adding timepublic String getUpdatedOn()
public void setUpdatedOn(String UpdatedOn)
UpdatedOn - Domain update timepublic String getOwner()
public void setOwner(String Owner)
Owner - Account of the domainCopyright © 2025. All rights reserved.