public class ModifyHostsCertificateRequest extends AbstractModel
Constructor and Description |
---|
ModifyHostsCertificateRequest() |
ModifyHostsCertificateRequest(ModifyHostsCertificateRequest 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 |
getApplyType()
Get Whether the certificate is managed by EdgeOne.
|
String[] |
getHosts()
Get List of domain names that the certificate will be attached to.
|
ServerCertInfo[] |
getServerCertInfo()
Get Certificate information.
|
String |
getZoneId()
Get ID of the site.
|
void |
setApplyType(String ApplyType)
Set Whether the certificate is managed by EdgeOne.
|
void |
setHosts(String[] Hosts)
Set List of domain names that the certificate will be attached to.
|
void |
setServerCertInfo(ServerCertInfo[] ServerCertInfo)
Set Certificate information.
|
void |
setZoneId(String ZoneId)
Set ID of the site.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyHostsCertificateRequest()
public ModifyHostsCertificateRequest(ModifyHostsCertificateRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site.public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts
- List of domain names that the certificate will be attached to.public ServerCertInfo[] getServerCertInfo()
public void setServerCertInfo(ServerCertInfo[] ServerCertInfo)
ServerCertInfo
- Certificate information. Note that only `CertId` is required. If it is not specified, the default certificate will be used.public String getApplyType()
public void setApplyType(String ApplyType)
ApplyType
- Whether the certificate is managed by EdgeOne. Values:
Copyright © 2023. All rights reserved.