public class DomainSetList extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DomainSetList()  | 
DomainSetList(DomainSetList 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 | 
getCertificateId()
Get Certificate ID. 
 | 
String | 
getDomainName()
Get Domain name. 
 | 
Boolean | 
getIsDefaultMapping()
Get Whether the default path mapping is used. 
 | 
Boolean | 
getIsForcedHttps()
Get Whether to force HTTP requests to redirect to HTTPS. 
 | 
String | 
getNetType()
Get Network type. 
 | 
String | 
getProtocol()
Get Custom domain name protocol type. 
 | 
Boolean | 
getRegistrationStatus()
Get ICP filing status 
 | 
Long | 
getStatus()
Get Domain name resolution status. 
 | 
void | 
setCertificateId(String CertificateId)
Set Certificate ID. 
 | 
void | 
setDomainName(String DomainName)
Set Domain name. 
 | 
void | 
setIsDefaultMapping(Boolean IsDefaultMapping)
Set Whether the default path mapping is used. 
 | 
void | 
setIsForcedHttps(Boolean IsForcedHttps)
Set Whether to force HTTP requests to redirect to HTTPS. 
 | 
void | 
setNetType(String NetType)
Set Network type. 
 | 
void | 
setProtocol(String Protocol)
Set Custom domain name protocol type. 
 | 
void | 
setRegistrationStatus(Boolean RegistrationStatus)
Set ICP filing status 
 | 
void | 
setStatus(Long Status)
Set Domain name resolution status. 
 | 
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 DomainSetList()
public DomainSetList(DomainSetList source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName - Domain name.public Long getStatus()
public void setStatus(Long Status)
Status - Domain name resolution status. `1`: normal, `0`: failedpublic String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId - Certificate ID.public Boolean getIsDefaultMapping()
public void setIsDefaultMapping(Boolean IsDefaultMapping)
IsDefaultMapping - Whether the default path mapping is used.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Custom domain name protocol type.public String getNetType()
public void setNetType(String NetType)
NetType - Network type. Valid values: INNER, OUTER.public Boolean getIsForcedHttps()
public void setIsForcedHttps(Boolean IsForcedHttps)
IsForcedHttps - Whether to force HTTP requests to redirect to HTTPS. Default value: `false`. When this parameter is `true`, API Gateway will redirect all requests using the custom domain name over the HTTP protocol to the HTTPS protocol for forwarding.public Boolean getRegistrationStatus()
public void setRegistrationStatus(Boolean RegistrationStatus)
RegistrationStatus - ICP filing statusCopyright © 2025. All rights reserved.