public class IdentifyZoneRequest extends AbstractModel
skipSign
Constructor and Description |
---|
IdentifyZoneRequest() |
IdentifyZoneRequest(IdentifyZoneRequest 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 |
getDomain()
Get A subdomain name under the site.
|
String |
getZoneName()
Get The site name.
|
void |
setDomain(String Domain)
Set A subdomain name under the site.
|
void |
setZoneName(String ZoneName)
Set The site name.
|
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 IdentifyZoneRequest()
public IdentifyZoneRequest(IdentifyZoneRequest source)
public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- The site name.public String getDomain()
public void setDomain(String Domain)
Domain
- A subdomain name under the site. Specify this field if you want to verify the ownership of a subdomain name. Otherwise you can leave it blank.Copyright © 2023. All rights reserved.