public class DescribeZoneDetailsResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeZoneDetailsResponse() |
DescribeZoneDetailsResponse(DescribeZoneDetailsResponse 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 |
getArea()
Get
|
String |
getCnameSpeedUp()
Get Specifies whether to enable CNAME acceleration
- `enabled`: Enable
- `disabled`: Disable
|
String |
getCnameStatus()
Get Ownership verification status of the site when it accesses via CNAME.
|
String |
getCreatedOn()
Get Site creation date
|
String |
getId()
Get Site ID
|
String |
getModifiedOn()
Get Site modification date
|
String |
getName()
Get Site name
|
String[] |
getNameServers()
Get List of name servers assigned to users by Tencent Cloud
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String[] |
getOriginalNameServers()
Get List of name servers used
Note: This field may return `null`, indicating that no valid value can be obtained.
|
Boolean |
getPaused()
Get Indicates whether the site is disabled
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Resource[] |
getResources()
Get Billable resource
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Site status
- `active`: The name server is switched.
|
Tag[] |
getTags()
Get Resource tag
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getType()
Get Specifies how the site is connected to EdgeOne.
|
VanityNameServers |
getVanityNameServers()
Get User-defined name server information
Note: This field may return `null`, indicating that no valid value can be obtained.
|
VanityNameServersIps[] |
getVanityNameServersIps()
Get User-defined name server IP information
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setArea(String Area)
Set
|
void |
setCnameSpeedUp(String CnameSpeedUp)
Set Specifies whether to enable CNAME acceleration
- `enabled`: Enable
- `disabled`: Disable
|
void |
setCnameStatus(String CnameStatus)
Set Ownership verification status of the site when it accesses via CNAME.
|
void |
setCreatedOn(String CreatedOn)
Set Site creation date
|
void |
setId(String Id)
Set Site ID
|
void |
setModifiedOn(String ModifiedOn)
Set Site modification date
|
void |
setName(String Name)
Set Site name
|
void |
setNameServers(String[] NameServers)
Set List of name servers assigned to users by Tencent Cloud
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setOriginalNameServers(String[] OriginalNameServers)
Set List of name servers used
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setPaused(Boolean Paused)
Set Indicates whether the site is disabled
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setResources(Resource[] Resources)
Set Billable resource
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Site status
- `active`: The name server is switched.
|
void |
setTags(Tag[] Tags)
Set Resource tag
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setType(String Type)
Set Specifies how the site is connected to EdgeOne.
|
void |
setVanityNameServers(VanityNameServers VanityNameServers)
Set User-defined name server information
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setVanityNameServersIps(VanityNameServersIps[] VanityNameServersIps)
Set User-defined name server IP 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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeZoneDetailsResponse()
public DescribeZoneDetailsResponse(DescribeZoneDetailsResponse source)
public String getId()
public void setId(String Id)
Id
- Site IDpublic String getName()
public void setName(String Name)
Name
- Site namepublic String[] getOriginalNameServers()
public void setOriginalNameServers(String[] OriginalNameServers)
OriginalNameServers
- List of name servers used
Note: This field may return `null`, indicating that no valid value can be obtained.public String[] getNameServers()
public void setNameServers(String[] NameServers)
NameServers
- List of name servers assigned to users by Tencent Cloud
Note: This field may return `null`, indicating that no valid value can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Site status
- `active`: The name server is switched.
- `pending`: The name server is not switched.
- `moved`: The name server is moved.
- `deactivated`: The name server is blocked.public String getType()
public void setType(String Type)
Type
- Specifies how the site is connected to EdgeOne.
- `full`: The site is connected via name server.
- `partial`: The site is connected via CNAME.public Boolean getPaused()
public void setPaused(Boolean Paused)
Paused
- Indicates whether the site is disabledpublic String getCnameSpeedUp()
public void setCnameSpeedUp(String CnameSpeedUp)
CnameSpeedUp
- Specifies whether to enable CNAME acceleration
- `enabled`: Enable
- `disabled`: Disablepublic String getCnameStatus()
public void setCnameStatus(String CnameStatus)
CnameStatus
- Ownership verification status of the site when it accesses via CNAME.
- `finished`: The site is verified.
- `pending`: The site is waiting for verification.
Note: This field may return `null`, indicating that no valid value can be obtained.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Resource tag
Note: This field may return null, indicating that no valid values can be obtained.public String getArea()
public void setArea(String Area)
Area
- public Resource[] getResources()
public void setResources(Resource[] Resources)
Resources
- Billable resource
Note: This field may return null, indicating that no valid values can be obtained.public String getModifiedOn()
public void setModifiedOn(String ModifiedOn)
ModifiedOn
- Site modification datepublic String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn
- Site creation datepublic VanityNameServers getVanityNameServers()
public void setVanityNameServers(VanityNameServers VanityNameServers)
VanityNameServers
- User-defined name server information
Note: This field may return `null`, indicating that no valid value can be obtained.public VanityNameServersIps[] getVanityNameServersIps()
public void setVanityNameServersIps(VanityNameServersIps[] VanityNameServersIps)
VanityNameServersIps
- User-defined name server IP information
Note: This field may return `null`, indicating that no valid value can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.