public class GatewayCertificate extends AbstractModel
header, skipSign
Constructor and Description |
---|
GatewayCertificate() |
GatewayCertificate(GatewayCertificate 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[] |
getBindDomains()
Get 绑定域名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCertId()
Get 当前绑定的SSL证书ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCertSource()
Get 证书来源
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getId()
Get 网关证书ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 网关证书名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBindDomains(String[] BindDomains)
Set 绑定域名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCertId(String CertId)
Set 当前绑定的SSL证书ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCertSource(String CertSource)
Set 证书来源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(String Id)
Set 网关证书ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
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, toJsonString
public GatewayCertificate()
public GatewayCertificate(GatewayCertificate source)
public String getId()
public void setId(String Id)
Id
- 网关证书ID
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 网关证书名称
注意:此字段可能返回 null,表示取不到有效值。public String[] getBindDomains()
public void setBindDomains(String[] BindDomains)
BindDomains
- 绑定域名
注意:此字段可能返回 null,表示取不到有效值。public String getCertSource()
public void setCertSource(String CertSource)
CertSource
- 证书来源
注意:此字段可能返回 null,表示取不到有效值。public String getCertId()
public void setCertId(String CertId)
CertId
- 当前绑定的SSL证书ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.