Class LiveInstanceDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.LiveInstanceDetail
-
public class LiveInstanceDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LiveInstanceDetail()LiveInstanceDetail(LiveInstanceDetail 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 StringgetCertId()Get 已绑定的证书ID 注意:此字段可能返回 null,表示取不到有效值。StringgetDomain()Get 域名LonggetStatus()Get -1:域名未关联证书。 1: 域名https已开启。 0: 域名https已关闭。voidsetCertId(String CertId)Set 已绑定的证书ID 注意:此字段可能返回 null,表示取不到有效值。voidsetDomain(String Domain)Set 域名voidsetStatus(Long Status)Set -1:域名未关联证书。 1: 域名https已开启。 0: 域名https已关闭。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
-
LiveInstanceDetail
public LiveInstanceDetail()
-
LiveInstanceDetail
public LiveInstanceDetail(LiveInstanceDetail 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
-
getDomain
public String getDomain()
Get 域名- Returns:
- Domain 域名
-
setDomain
public void setDomain(String Domain)
Set 域名- Parameters:
Domain- 域名
-
getCertId
public String getCertId()
Get 已绑定的证书ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CertId 已绑定的证书ID 注意:此字段可能返回 null,表示取不到有效值。
-
setCertId
public void setCertId(String CertId)
Set 已绑定的证书ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CertId- 已绑定的证书ID 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get -1:域名未关联证书。 1: 域名https已开启。 0: 域名https已关闭。- Returns:
- Status -1:域名未关联证书。 1: 域名https已开启。 0: 域名https已关闭。
-
setStatus
public void setStatus(Long Status)
Set -1:域名未关联证书。 1: 域名https已开启。 0: 域名https已关闭。- Parameters:
Status- -1:域名未关联证书。 1: 域名https已开启。 0: 域名https已关闭。
-
-