Class LiveCertDomainInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.LiveCertDomainInfo
-
public class LiveCertDomainInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LiveCertDomainInfo()LiveCertDomainInfo(LiveCertDomainInfo 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 StringgetDomainName()Get 域名。LonggetStatus()Get 是否启用域名的https规则。 1:启用 0:禁用 -1:保持不变voidsetDomainName(String DomainName)Set 域名。voidsetStatus(Long Status)Set 是否启用域名的https规则。 1:启用 0:禁用 -1:保持不变voidtoMap(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
-
LiveCertDomainInfo
public LiveCertDomainInfo()
-
LiveCertDomainInfo
public LiveCertDomainInfo(LiveCertDomainInfo 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
-
getDomainName
public String getDomainName()
Get 域名。- Returns:
- DomainName 域名。
-
setDomainName
public void setDomainName(String DomainName)
Set 域名。- Parameters:
DomainName- 域名。
-
getStatus
public Long getStatus()
Get 是否启用域名的https规则。 1:启用 0:禁用 -1:保持不变- Returns:
- Status 是否启用域名的https规则。 1:启用 0:禁用 -1:保持不变
-
setStatus
public void setStatus(Long Status)
Set 是否启用域名的https规则。 1:启用 0:禁用 -1:保持不变- Parameters:
Status- 是否启用域名的https规则。 1:启用 0:禁用 -1:保持不变
-
-