Class DefaultServerCertInfo

    • Constructor Detail

      • DefaultServerCertInfo

        public DefaultServerCertInfo()
      • DefaultServerCertInfo

        public DefaultServerCertInfo​(DefaultServerCertInfo 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

      • getCertId

        public String getCertId()
        Get 服务器证书 ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CertId 服务器证书 ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setCertId

        public void setCertId​(String CertId)
        Set 服务器证书 ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CertId - 服务器证书 ID。 注意:此字段可能返回 null,表示取不到有效值。
      • getAlias

        public String getAlias()
        Get 证书备注名。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Alias 证书备注名。 注意:此字段可能返回 null,表示取不到有效值。
      • setAlias

        public void setAlias​(String Alias)
        Set 证书备注名。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Alias - 证书备注名。 注意:此字段可能返回 null,表示取不到有效值。
      • getType

        public String getType()
        Get 证书类型,取值有:
      • default: 默认证书;
      • upload:用户上传;
      • managed:腾讯云托管。
      • 注意:此字段可能返回 null,表示取不到有效值。
Returns:
Type 证书类型,取值有:
  • default: 默认证书;
  • upload:用户上传;
  • managed:腾讯云托管。
  • 注意:此字段可能返回 null,表示取不到有效值。
    Parameters:
    Type - 证书类型,取值有:
  • default: 默认证书;
  • upload:用户上传;
  • managed:腾讯云托管。
  • 注意:此字段可能返回 null,表示取不到有效值。