Class CreateDomainRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sslpod.v20190605.models.CreateDomainRequest
-
public class CreateDomainRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateDomainRequest()
CreateDomainRequest(CreateDomainRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDomain()
Get 添加的域名String
getIP()
Get 指定域名的IPBoolean
getNotice()
Get 是否开启通知告警;true:开启通知告警,false:关闭通知告警String
getPort()
Get 添加的端口Long
getServerType()
Get 监控的服务器类型(0:web,1:smtp,2:imap,3:pops)String
getTags()
Get 给域名添加标签,多个以逗号隔开void
setDomain(String Domain)
Set 添加的域名void
setIP(String IP)
Set 指定域名的IPvoid
setNotice(Boolean Notice)
Set 是否开启通知告警;true:开启通知告警,false:关闭通知告警void
setPort(String Port)
Set 添加的端口void
setServerType(Long ServerType)
Set 监控的服务器类型(0:web,1:smtp,2:imap,3:pops)void
setTags(String Tags)
Set 给域名添加标签,多个以逗号隔开void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateDomainRequest
public CreateDomainRequest()
-
CreateDomainRequest
public CreateDomainRequest(CreateDomainRequest 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.
-
-
Method Detail
-
getServerType
public Long getServerType()
Get 监控的服务器类型(0:web,1:smtp,2:imap,3:pops)- Returns:
- ServerType 监控的服务器类型(0:web,1:smtp,2:imap,3:pops)
-
setServerType
public void setServerType(Long ServerType)
Set 监控的服务器类型(0:web,1:smtp,2:imap,3:pops)- Parameters:
ServerType
- 监控的服务器类型(0:web,1:smtp,2:imap,3:pops)
-
getDomain
public String getDomain()
Get 添加的域名- Returns:
- Domain 添加的域名
-
setDomain
public void setDomain(String Domain)
Set 添加的域名- Parameters:
Domain
- 添加的域名
-
getPort
public String getPort()
Get 添加的端口- Returns:
- Port 添加的端口
-
setPort
public void setPort(String Port)
Set 添加的端口- Parameters:
Port
- 添加的端口
-
getIP
public String getIP()
Get 指定域名的IP- Returns:
- IP 指定域名的IP
-
setIP
public void setIP(String IP)
Set 指定域名的IP- Parameters:
IP
- 指定域名的IP
-
getNotice
public Boolean getNotice()
Get 是否开启通知告警;true:开启通知告警,false:关闭通知告警- Returns:
- Notice 是否开启通知告警;true:开启通知告警,false:关闭通知告警
-
setNotice
public void setNotice(Boolean Notice)
Set 是否开启通知告警;true:开启通知告警,false:关闭通知告警- Parameters:
Notice
- 是否开启通知告警;true:开启通知告警,false:关闭通知告警
-
getTags
public String getTags()
Get 给域名添加标签,多个以逗号隔开- Returns:
- Tags 给域名添加标签,多个以逗号隔开
-
setTags
public void setTags(String Tags)
Set 给域名添加标签,多个以逗号隔开- Parameters:
Tags
- 给域名添加标签,多个以逗号隔开
-
-