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