public class DescribeVodVerifyContentResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
The verification content.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
DescribeVodVerifyContentResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeVodVerifyContentResponseBody |
build(Map<String,?> map) |
String |
getContent() |
String |
getRequestId() |
DescribeVodVerifyContentResponseBody |
setContent(String content) |
DescribeVodVerifyContentResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Content") public String content
The verification content.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static DescribeVodVerifyContentResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeVodVerifyContentResponseBody setContent(String content)
public String getContent()
public DescribeVodVerifyContentResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.