public class DomainInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DomainInfo() |
DomainInfo(DomainInfo 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[] |
getActualNsList()
Get NS list actually used by the domain
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCnameSpeedup()
Get Whether CNAME flattening is enabled
|
String |
getCreatedOn()
Get Domain creation time
|
String[] |
getDnspodNsList()
Get NS list of the domain
|
String |
getDnsStatus()
Get DNS status of the domain
|
String |
getDomain()
Get Domain
|
Long |
getDomainId()
Get Domain ID
|
String |
getGrade()
Get DNS plan level
|
Long |
getGradeLevel()
Get Domain level ID
|
String |
getGradeTitle()
Get Domain level description
|
Long |
getGroupId()
Get Domain group ID
|
String |
getIsMark()
Get Whether the domain is starred
|
String |
getIsVip()
Get Whether the domain is a VIP domain
|
String |
getOwner()
Get Domain owner account
|
String |
getOwnerNick()
Get Alias of the domain account owner
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPunycode()
Get Domain Punycode
|
Long |
getRecordCount()
Get Number of domain records
|
String |
getRemark()
Get Domain remarks
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Domain status
|
Long |
getTTL()
Get TTL (DNS record cache time)
|
String |
getUin()
Get Tencent Cloud account `Uin`
|
String |
getUpdatedOn()
Get Last update time
|
Long |
getUserId()
Get Domain user ID
|
void |
setActualNsList(String[] ActualNsList)
Set NS list actually used by the domain
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCnameSpeedup(String CnameSpeedup)
Set Whether CNAME flattening is enabled
|
void |
setCreatedOn(String CreatedOn)
Set Domain creation time
|
void |
setDnspodNsList(String[] DnspodNsList)
Set NS list of the domain
|
void |
setDnsStatus(String DnsStatus)
Set DNS status of the domain
|
void |
setDomain(String Domain)
Set Domain
|
void |
setDomainId(Long DomainId)
Set Domain ID
|
void |
setGrade(String Grade)
Set DNS plan level
|
void |
setGradeLevel(Long GradeLevel)
Set Domain level ID
|
void |
setGradeTitle(String GradeTitle)
Set Domain level description
|
void |
setGroupId(Long GroupId)
Set Domain group ID
|
void |
setIsMark(String IsMark)
Set Whether the domain is starred
|
void |
setIsVip(String IsVip)
Set Whether the domain is a VIP domain
|
void |
setOwner(String Owner)
Set Domain owner account
|
void |
setOwnerNick(String OwnerNick)
Set Alias of the domain account owner
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPunycode(String Punycode)
Set Domain Punycode
|
void |
setRecordCount(Long RecordCount)
Set Number of domain records
|
void |
setRemark(String Remark)
Set Domain remarks
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Domain status
|
void |
setTTL(Long TTL)
Set TTL (DNS record cache time)
|
void |
setUin(String Uin)
Set Tencent Cloud account `Uin`
|
void |
setUpdatedOn(String UpdatedOn)
Set Last update time
|
void |
setUserId(Long UserId)
Set Domain user ID
|
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 DomainInfo()
public DomainInfo(DomainInfo source)
public Long getDomainId()
public void setDomainId(Long DomainId)
DomainId
- Domain IDpublic String getStatus()
public void setStatus(String Status)
Status
- Domain statuspublic String getGrade()
public void setGrade(String Grade)
Grade
- DNS plan levelpublic Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- Domain group IDpublic String getIsMark()
public void setIsMark(String IsMark)
IsMark
- Whether the domain is starredpublic Long getTTL()
public void setTTL(Long TTL)
TTL
- TTL (DNS record cache time)public String getCnameSpeedup()
public void setCnameSpeedup(String CnameSpeedup)
CnameSpeedup
- Whether CNAME flattening is enabledpublic String getRemark()
public void setRemark(String Remark)
Remark
- Domain remarks
Note: This field may return null, indicating that no valid values can be obtained.public String getPunycode()
public void setPunycode(String Punycode)
Punycode
- Domain Punycodepublic String getDnsStatus()
public void setDnsStatus(String DnsStatus)
DnsStatus
- DNS status of the domainpublic String[] getDnspodNsList()
public void setDnspodNsList(String[] DnspodNsList)
DnspodNsList
- NS list of the domainpublic String getDomain()
public void setDomain(String Domain)
Domain
- Domainpublic Long getGradeLevel()
public void setGradeLevel(Long GradeLevel)
GradeLevel
- Domain level IDpublic Long getUserId()
public void setUserId(Long UserId)
UserId
- Domain user IDpublic String getIsVip()
public void setIsVip(String IsVip)
IsVip
- Whether the domain is a VIP domainpublic String getOwner()
public void setOwner(String Owner)
Owner
- Domain owner accountpublic String getGradeTitle()
public void setGradeTitle(String GradeTitle)
GradeTitle
- Domain level descriptionpublic String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn
- Domain creation timepublic String getUpdatedOn()
public void setUpdatedOn(String UpdatedOn)
UpdatedOn
- Last update timepublic String getUin()
public void setUin(String Uin)
Uin
- Tencent Cloud account `Uin`public String[] getActualNsList()
public void setActualNsList(String[] ActualNsList)
ActualNsList
- NS list actually used by the domain
Note: This field may return null, indicating that no valid values can be obtained.public Long getRecordCount()
public void setRecordCount(Long RecordCount)
RecordCount
- Number of domain recordspublic String getOwnerNick()
public void setOwnerNick(String OwnerNick)
OwnerNick
- Alias of the domain account owner
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.