public class VerifyVodDomainOwnerRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domainName
The domain name of which you want to verify the ownership.
|
Long |
ownerId |
String |
verifyType
The DNS verification method that is used to verify the ownership of the specified domain name.
|
| 构造器和说明 |
|---|
VerifyVodDomainOwnerRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static VerifyVodDomainOwnerRequest |
build(Map<String,?> map) |
String |
getDomainName() |
Long |
getOwnerId() |
String |
getVerifyType() |
VerifyVodDomainOwnerRequest |
setDomainName(String domainName) |
VerifyVodDomainOwnerRequest |
setOwnerId(Long ownerId) |
VerifyVodDomainOwnerRequest |
setVerifyType(String verifyType) |
@NameInMap(value="DomainName") public String domainName
The domain name of which you want to verify the ownership. You can specify only one domain name in each call.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="VerifyType") public String verifyType
The DNS verification method that is used to verify the ownership of the specified domain name.
public static VerifyVodDomainOwnerRequest build(Map<String,?> map) throws Exception
Exceptionpublic VerifyVodDomainOwnerRequest setDomainName(String domainName)
public String getDomainName()
public VerifyVodDomainOwnerRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public VerifyVodDomainOwnerRequest setVerifyType(String verifyType)
public String getVerifyType()
Copyright © 2024. All rights reserved.