public class DomainSiteInfo extends AbstractModel
Constructor and Description |
---|
DomainSiteInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getAccountDomainId()
Get 账号域名关系ID
|
Boolean |
getAutoIP()
Get 是否自动获取IP
|
String |
getBrand()
Get 证书品牌
|
String |
getDomain()
Get 域名
|
String |
getGrade()
Get 评级
|
Long |
getGradeCode()
Get 评级Code
|
Long |
getId()
Get ID
|
String |
getIp()
Get IP地址
|
Boolean |
getNotice()
Get 是否监控告警
|
String |
getPort()
Get 域名端口
|
Long |
getServerType()
Get 监控服务类型
|
String |
getStatus()
Get 域名状态
|
String[] |
getTags()
Get 标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAccountDomainId(Long AccountDomainId)
Set 账号域名关系ID
|
void |
setAutoIP(Boolean AutoIP)
Set 是否自动获取IP
|
void |
setBrand(String Brand)
Set 证书品牌
|
void |
setDomain(String Domain)
Set 域名
|
void |
setGrade(String Grade)
Set 评级
|
void |
setGradeCode(Long GradeCode)
Set 评级Code
|
void |
setId(Long Id)
Set ID
|
void |
setIp(String Ip)
Set IP地址
|
void |
setNotice(Boolean Notice)
Set 是否监控告警
|
void |
setPort(String Port)
Set 域名端口
|
void |
setServerType(Long ServerType)
Set 监控服务类型
|
void |
setStatus(String Status)
Set 域名状态
|
void |
setTags(String[] Tags)
Set 标签
注意:此字段可能返回 null,表示取不到有效值。
|
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 Long getId()
public void setId(Long Id)
Id
- IDpublic String getDomain()
public void setDomain(String Domain)
Domain
- 域名public String getIp()
public void setIp(String Ip)
Ip
- IP地址public Boolean getAutoIP()
public void setAutoIP(Boolean AutoIP)
AutoIP
- 是否自动获取IPpublic Long getServerType()
public void setServerType(Long ServerType)
ServerType
- 监控服务类型public String getBrand()
public void setBrand(String Brand)
Brand
- 证书品牌public String getGrade()
public void setGrade(String Grade)
Grade
- 评级public Long getGradeCode()
public void setGradeCode(Long GradeCode)
GradeCode
- 评级Codepublic Boolean getNotice()
public void setNotice(Boolean Notice)
Notice
- 是否监控告警public Long getAccountDomainId()
public void setAccountDomainId(Long AccountDomainId)
AccountDomainId
- 账号域名关系IDpublic String[] getTags()
public void setTags(String[] Tags)
Tags
- 标签
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 域名状态public String getPort()
public void setPort(String Port)
Port
- 域名端口Copyright © 2021. All rights reserved.