public class CNAMEDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CNAMEDetail() | 
| CNAMEDetail(CNAMEDetail 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 | 
|---|---|
| Long | getIsFake()Get 是否伪站点,取值有:
 0:非伪站点;
 1:伪站点。 | 
| OwnershipVerification | getOwnershipVerification()Get 归属权验证信息。详情请参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789) 。 | 
| void | setIsFake(Long IsFake)Set 是否伪站点,取值有:
 0:非伪站点;
 1:伪站点。 | 
| void | setOwnershipVerification(OwnershipVerification OwnershipVerification)Set 归属权验证信息。详情请参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789) 。 | 
| 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 CNAMEDetail()
public CNAMEDetail(CNAMEDetail source)
public Long getIsFake()
public void setIsFake(Long IsFake)
IsFake - 是否伪站点,取值有:
public OwnershipVerification getOwnershipVerification()
public void setOwnershipVerification(OwnershipVerification OwnershipVerification)
OwnershipVerification - 归属权验证信息。详情请参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789) 。Copyright © 2025. All rights reserved.