public class RootCertificates extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RootCertificates() | 
| RootCertificates(RootCertificates 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEncrypt()Get 国密加密证书
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getSign()Get 国密签名证书
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStandard()Get 标准证书
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEncrypt(String Encrypt)Set 国密加密证书
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSign(String Sign)Set 国密签名证书
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStandard(String Standard)Set 标准证书
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RootCertificates()
public RootCertificates(RootCertificates source)
public String getSign()
public void setSign(String Sign)
Sign - 国密签名证书
注意:此字段可能返回 null,表示取不到有效值。public String getEncrypt()
public void setEncrypt(String Encrypt)
Encrypt - 国密加密证书
注意:此字段可能返回 null,表示取不到有效值。public String getStandard()
public void setStandard(String Standard)
Standard - 标准证书
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.