public class GetSnapshotUrlsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
example:
11-DB8D-4A9A-875B-275798
|
List<String> |
snapshotUrls |
Integer |
total
example:
30
|
String |
webVTTUrl
|
构造器和说明 |
---|
GetSnapshotUrlsResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetSnapshotUrlsResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
List<String> |
getSnapshotUrls() |
Integer |
getTotal() |
String |
getWebVTTUrl() |
GetSnapshotUrlsResponseBody |
setRequestId(String requestId) |
GetSnapshotUrlsResponseBody |
setSnapshotUrls(List<String> snapshotUrls) |
GetSnapshotUrlsResponseBody |
setTotal(Integer total) |
GetSnapshotUrlsResponseBody |
setWebVTTUrl(String webVTTUrl) |
@NameInMap(value="RequestId") public String requestId
11-DB8D-4A9A-875B-275798
@NameInMap(value="Total") public Integer total
30
@NameInMap(value="WebVTTUrl") public String webVTTUrl
public static GetSnapshotUrlsResponseBody build(Map<String,?> map) throws Exception
Exception
public GetSnapshotUrlsResponseBody setRequestId(String requestId)
public String getRequestId()
public GetSnapshotUrlsResponseBody setSnapshotUrls(List<String> snapshotUrls)
public GetSnapshotUrlsResponseBody setTotal(Integer total)
public Integer getTotal()
public GetSnapshotUrlsResponseBody setWebVTTUrl(String webVTTUrl)
public String getWebVTTUrl()
Copyright © 2024. All rights reserved.