public class UpdateVideoInfoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
cateId
The ID of the video category.
|
String |
coverURL
The URL of the video thumbnail.
|
String |
description
The description of the video.
|
String |
tags
The tags of the video.
|
String |
title
The title of the video.
|
String |
videoId
The ID of the video.
|
| 构造器和说明 |
|---|
UpdateVideoInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateVideoInfoRequest |
build(Map<String,?> map) |
Long |
getCateId() |
String |
getCoverURL() |
String |
getDescription() |
String |
getTags() |
String |
getTitle() |
String |
getVideoId() |
UpdateVideoInfoRequest |
setCateId(Long cateId) |
UpdateVideoInfoRequest |
setCoverURL(String coverURL) |
UpdateVideoInfoRequest |
setDescription(String description) |
UpdateVideoInfoRequest |
setTags(String tags) |
UpdateVideoInfoRequest |
setTitle(String title) |
UpdateVideoInfoRequest |
setVideoId(String videoId) |
@NameInMap(value="CateId") public Long cateId
The ID of the video category.
@NameInMap(value="CoverURL") public String coverURL
The URL of the video thumbnail.
@NameInMap(value="Description") public String description
The description of the video.
* The value can be up to 1,024 bytes in length.
* The string must be encoded in the UTF-8 format.
@NameInMap(value="Tags") public String tags
The tags of the video.
* Each tag can be up to 32 bytes in length. A maximum of 16 tags can be specified.
* Separate multiple tags with commas (,).
* The string must be encoded in the UTF-8 format.
@NameInMap(value="Title") public String title
The title of the video.
* The value can be up to 128 bytes in length.
* The string must be encoded in the UTF-8 format.
@NameInMap(value="VideoId") public String videoId
The ID of the video.
public static UpdateVideoInfoRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateVideoInfoRequest setCateId(Long cateId)
public Long getCateId()
public UpdateVideoInfoRequest setCoverURL(String coverURL)
public String getCoverURL()
public UpdateVideoInfoRequest setDescription(String description)
public String getDescription()
public UpdateVideoInfoRequest setTags(String tags)
public String getTags()
public UpdateVideoInfoRequest setTitle(String title)
public String getTitle()
public UpdateVideoInfoRequest setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.