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 Bound domain name
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getCertId()Get SSL certificate ID that is currently bound
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getCertSource()Get Certificate source
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getId()Get Gateway certificate ID
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getName()Get Gateway certificate information
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setBindDomains(String[] BindDomains)Set Bound domain name
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setCertId(String CertId)Set SSL certificate ID that is currently bound
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setCertSource(String CertSource)Set Certificate source
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setId(String Id)Set Gateway certificate ID
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setName(String Name)Set Gateway certificate information
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GatewayCertificate()
public GatewayCertificate(GatewayCertificate source)
public String getId()
public void setId(String Id)
Id - Gateway certificate ID
Note: This field may return null, indicating that no valid value can be obtained.public String getName()
public void setName(String Name)
Name - Gateway certificate information
Note: This field may return null, indicating that no valid value can be obtained.public String[] getBindDomains()
public void setBindDomains(String[] BindDomains)
BindDomains - Bound domain name
Note: This field may return null, indicating that no valid value can be obtained.public String getCertSource()
public void setCertSource(String CertSource)
CertSource - Certificate source
Note: This field may return null, indicating that no valid value can be obtained.public String getCertId()
public void setCertId(String CertId)
CertId - SSL certificate ID that is currently bound
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.