Class ServerCert

    • Constructor Summary

      Constructors 
      Constructor Description
      ServerCert()  
      ServerCert​(ServerCert 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 getCertId()
      Get 服务器证书 ID 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
      String getCertificate()
      Get 服务器证书信息 上传自有证书时必填,需要包含完整的证书链 注意:此字段可能返回 null,表示取不到有效值。
      String getCertName()
      Get 服务器证书名称 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
      String getDeployTime()
      Get 证书颁发时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
      String getExpireTime()
      Get 证书过期时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
      String getFrom()
      Get 证书来源 注意:此字段可能返回 null,表示取不到有效值。
      String getMessage()
      Get 证书备注信息 注意:此字段可能返回 null,表示取不到有效值。
      String getPrivateKey()
      Get 服务器密钥信息 上传自有证书时必填 注意:此字段可能返回 null,表示取不到有效值。
      void setCertId​(String CertId)
      Set 服务器证书 ID 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
      void setCertificate​(String Certificate)
      Set 服务器证书信息 上传自有证书时必填,需要包含完整的证书链 注意:此字段可能返回 null,表示取不到有效值。
      void setCertName​(String CertName)
      Set 服务器证书名称 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
      void setDeployTime​(String DeployTime)
      Set 证书颁发时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
      void setExpireTime​(String ExpireTime)
      Set 证书过期时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
      void setFrom​(String From)
      Set 证书来源 注意:此字段可能返回 null,表示取不到有效值。
      void setMessage​(String Message)
      Set 证书备注信息 注意:此字段可能返回 null,表示取不到有效值。
      void setPrivateKey​(String PrivateKey)
      Set 服务器密钥信息 上传自有证书时必填 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • ServerCert

        public ServerCert()
      • ServerCert

        public ServerCert​(ServerCert 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 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CertId 服务器证书 ID 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
      • setCertId

        public void setCertId​(String CertId)
        Set 服务器证书 ID 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CertId - 服务器证书 ID 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
      • getCertName

        public String getCertName()
        Get 服务器证书名称 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CertName 服务器证书名称 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
      • setCertName

        public void setCertName​(String CertName)
        Set 服务器证书名称 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CertName - 服务器证书名称 在 SSL 证书管理进行证书托管时自动生成 注意:此字段可能返回 null,表示取不到有效值。
      • getCertificate

        public String getCertificate()
        Get 服务器证书信息 上传自有证书时必填,需要包含完整的证书链 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Certificate 服务器证书信息 上传自有证书时必填,需要包含完整的证书链 注意:此字段可能返回 null,表示取不到有效值。
      • setCertificate

        public void setCertificate​(String Certificate)
        Set 服务器证书信息 上传自有证书时必填,需要包含完整的证书链 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Certificate - 服务器证书信息 上传自有证书时必填,需要包含完整的证书链 注意:此字段可能返回 null,表示取不到有效值。
      • getPrivateKey

        public String getPrivateKey()
        Get 服务器密钥信息 上传自有证书时必填 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PrivateKey 服务器密钥信息 上传自有证书时必填 注意:此字段可能返回 null,表示取不到有效值。
      • setPrivateKey

        public void setPrivateKey​(String PrivateKey)
        Set 服务器密钥信息 上传自有证书时必填 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PrivateKey - 服务器密钥信息 上传自有证书时必填 注意:此字段可能返回 null,表示取不到有效值。
      • getExpireTime

        public String getExpireTime()
        Get 证书过期时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ExpireTime 证书过期时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
      • setExpireTime

        public void setExpireTime​(String ExpireTime)
        Set 证书过期时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ExpireTime - 证书过期时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
      • getDeployTime

        public String getDeployTime()
        Get 证书颁发时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DeployTime 证书颁发时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
      • setDeployTime

        public void setDeployTime​(String DeployTime)
        Set 证书颁发时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DeployTime - 证书颁发时间 作为入参配置时无需填充 注意:此字段可能返回 null,表示取不到有效值。
      • getMessage

        public String getMessage()
        Get 证书备注信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Message 证书备注信息 注意:此字段可能返回 null,表示取不到有效值。
      • setMessage

        public void setMessage​(String Message)
        Set 证书备注信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Message - 证书备注信息 注意:此字段可能返回 null,表示取不到有效值。
      • getFrom

        public String getFrom()
        Get 证书来源 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        From 证书来源 注意:此字段可能返回 null,表示取不到有效值。
      • setFrom

        public void setFrom​(String From)
        Set 证书来源 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        From - 证书来源 注意:此字段可能返回 null,表示取不到有效值。