public class AccelerationDomain extends AbstractModel
header, skipSign
Constructor and Description |
---|
AccelerationDomain() |
AccelerationDomain(AccelerationDomain 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 |
---|---|
AccelerationDomainCertificate |
getCertificate()
Get Domain name certificate information
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getCname()
Get The CNAME address.
|
String |
getCreatedOn()
Get Creation time of the accelerated domain name.
|
String |
getDomainName()
Get Accelerated domain name
|
String |
getDomainStatus()
Get Status of the accelerated domain name.
|
Long |
getHttpOriginPort()
Get The port used for HTTP origin-pull requests
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getHttpsOriginPort()
Get The port used for HTTPS origin-pull requests
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getIdentificationStatus()
Get Ownership verification status.
|
String |
getIPv6Status()
Get IPv6 status.
|
String |
getModifiedOn()
Get Modification time of the accelerated domain name.
|
OriginDetail |
getOriginDetail()
Get Details of the origin.
|
String |
getOriginProtocol()
Get Origin-pull protocol configuration.
|
OwnershipVerification |
getOwnershipVerification()
Get Information required to verify the ownership of a domain name.
|
String |
getZoneId()
Get ID of the site.
|
void |
setCertificate(AccelerationDomainCertificate Certificate)
Set Domain name certificate information
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setCname(String Cname)
Set The CNAME address.
|
void |
setCreatedOn(String CreatedOn)
Set Creation time of the accelerated domain name.
|
void |
setDomainName(String DomainName)
Set Accelerated domain name
|
void |
setDomainStatus(String DomainStatus)
Set Status of the accelerated domain name.
|
void |
setHttpOriginPort(Long HttpOriginPort)
Set The port used for HTTP origin-pull requests
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setHttpsOriginPort(Long HttpsOriginPort)
Set The port used for HTTPS origin-pull requests
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setIdentificationStatus(String IdentificationStatus)
Set Ownership verification status.
|
void |
setIPv6Status(String IPv6Status)
Set IPv6 status.
|
void |
setModifiedOn(String ModifiedOn)
Set Modification time of the accelerated domain name.
|
void |
setOriginDetail(OriginDetail OriginDetail)
Set Details of the origin.
|
void |
setOriginProtocol(String OriginProtocol)
Set Origin-pull protocol configuration.
|
void |
setOwnershipVerification(OwnershipVerification OwnershipVerification)
Set Information required to verify the ownership of a domain name.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AccelerationDomain()
public AccelerationDomain(AccelerationDomain source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site.public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Accelerated domain namepublic String getDomainStatus()
public void setDomainStatus(String DomainStatus)
DomainStatus
- Status of the accelerated domain name. Values:
public OriginDetail getOriginDetail()
public void setOriginDetail(OriginDetail OriginDetail)
OriginDetail
- Details of the origin.
Note: This field may return null, indicating that no valid values can be obtained.public String getOriginProtocol()
public void setOriginProtocol(String OriginProtocol)
OriginProtocol
- Origin-pull protocol configuration. Values:
public Long getHttpOriginPort()
public void setHttpOriginPort(Long HttpOriginPort)
HttpOriginPort
- The port used for HTTP origin-pull requests
Note: This field may return·null, indicating that no valid values can be obtained.public Long getHttpsOriginPort()
public void setHttpsOriginPort(Long HttpsOriginPort)
HttpsOriginPort
- The port used for HTTPS origin-pull requests
Note: This field may return·null, indicating that no valid values can be obtained.public String getIPv6Status()
public void setIPv6Status(String IPv6Status)
IPv6Status
- IPv6 status. Values:
public String getCname()
public void setCname(String Cname)
Cname
- The CNAME address.public String getIdentificationStatus()
public void setIdentificationStatus(String IdentificationStatus)
IdentificationStatus
- Ownership verification status. Values: public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn
- Creation time of the accelerated domain name.public String getModifiedOn()
public void setModifiedOn(String ModifiedOn)
ModifiedOn
- Modification time of the accelerated domain name.public OwnershipVerification getOwnershipVerification()
public void setOwnershipVerification(OwnershipVerification OwnershipVerification)
OwnershipVerification
- Information required to verify the ownership of a domain name.
Note: This field may return·null, indicating that no valid values can be obtained.public AccelerationDomainCertificate getCertificate()
public void setCertificate(AccelerationDomainCertificate Certificate)
Certificate
- Domain name certificate information
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.