Class IdentifyZoneRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.IdentifyZoneRequest
-
public class IdentifyZoneRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()Get 站点下的子域名。如果验证站点下的子域名,则传该值,否则为空。StringgetZoneName()Get 站点名称。voidsetDomain(String Domain)Set 站点下的子域名。如果验证站点下的子域名,则传该值,否则为空。voidsetZoneName(String ZoneName)Set 站点名称。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
IdentifyZoneRequest
public IdentifyZoneRequest()
-
IdentifyZoneRequest
public 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.
-
-
Method Detail
-
getZoneName
public String getZoneName()
Get 站点名称。- Returns:
- ZoneName 站点名称。
-
setZoneName
public void setZoneName(String ZoneName)
Set 站点名称。- Parameters:
ZoneName- 站点名称。
-
getDomain
public String getDomain()
Get 站点下的子域名。如果验证站点下的子域名,则传该值,否则为空。- Returns:
- Domain 站点下的子域名。如果验证站点下的子域名,则传该值,否则为空。
-
setDomain
public void setDomain(String Domain)
Set 站点下的子域名。如果验证站点下的子域名,则传该值,否则为空。- Parameters:
Domain- 站点下的子域名。如果验证站点下的子域名,则传该值,否则为空。
-
-