public class CreateZoneResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateZoneResponse()  | 
CreateZoneResponse(CreateZoneResponse 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 | 
getCreatedOn()
Get Site creation date 
 | 
String | 
getId()
Get Site ID 
 | 
String | 
getModifiedOn()
Get Site update time 
 | 
String | 
getName()
Get Site name 
 | 
String[] | 
getNameServers()
Get List of name servers assigned to users 
 | 
String[] | 
getOriginalNameServers()
Get List of name servers 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
String | 
getStatus()
Get Site status
- `pending`: The name server is not switched. 
 | 
String | 
getType()
Get Specifies how the site is connected to EdgeOne. 
 | 
void | 
setCreatedOn(String CreatedOn)
Set Site creation date 
 | 
void | 
setId(String Id)
Set Site ID 
 | 
void | 
setModifiedOn(String ModifiedOn)
Set Site update time 
 | 
void | 
setName(String Name)
Set Site name 
 | 
void | 
setNameServers(String[] NameServers)
Set List of name servers assigned to users 
 | 
void | 
setOriginalNameServers(String[] OriginalNameServers)
Set List of name servers 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setStatus(String Status)
Set Site status
- `pending`: The name server is not switched. 
 | 
void | 
setType(String Type)
Set Specifies how the site is connected to EdgeOne. 
 | 
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 CreateZoneResponse()
public CreateZoneResponse(CreateZoneResponse source)
public String getId()
public void setId(String Id)
Id - Site IDpublic String getName()
public void setName(String Name)
Name - Site namepublic String getType()
public void setType(String Type)
Type - Specifies how the site is connected to EdgeOne.public String getStatus()
public void setStatus(String Status)
Status - Site status
- `pending`: The name server is not switched.
- `active`: The name server is switched to another assigned.
- `moved`: Move the NS out of Tencent Cloudpublic String[] getOriginalNameServers()
public void setOriginalNameServers(String[] OriginalNameServers)
OriginalNameServers - List of name serverspublic String[] getNameServers()
public void setNameServers(String[] NameServers)
NameServers - List of name servers assigned to userspublic String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn - Site creation datepublic String getModifiedOn()
public void setModifiedOn(String ModifiedOn)
ModifiedOn - Site update timepublic 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 © 2025. All rights reserved.