public interface VodMediaBasicInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
VodClassification |
getClassification()
分类串
|
VodClassificationOrBuilder |
getClassificationOrBuilder()
分类串
|
String |
getCreateTime()
创建时间
|
com.google.protobuf.ByteString |
getCreateTimeBytes()
创建时间
|
String |
getDescription()
视频描述
|
com.google.protobuf.ByteString |
getDescriptionBytes()
视频描述
|
String |
getPosterUri()
封面图对象地址
|
com.google.protobuf.ByteString |
getPosterUriBytes()
封面图对象地址
|
String |
getPublishStatus()
发布状态
|
com.google.protobuf.ByteString |
getPublishStatusBytes()
发布状态
|
String |
getSpaceName()
空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
|
String |
getTags(int index)
标签列表
|
com.google.protobuf.ByteString |
getTagsBytes(int index)
标签列表
|
int |
getTagsCount()
标签列表
|
List<String> |
getTagsList()
标签列表
|
String |
getTitle()
视频名称
|
com.google.protobuf.ByteString |
getTitleBytes()
视频名称
|
String |
getVid()
视频ID
|
com.google.protobuf.ByteString |
getVidBytes()
视频ID
|
boolean |
hasClassification()
分类串
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getSpaceName()
空间名
string SpaceName = 1;
com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 1;
String getVid()
视频ID
string Vid = 2;
com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 2;
String getTitle()
视频名称
string Title = 3;
com.google.protobuf.ByteString getTitleBytes()
视频名称
string Title = 3;
String getDescription()
视频描述
string Description = 4;
com.google.protobuf.ByteString getDescriptionBytes()
视频描述
string Description = 4;
String getPosterUri()
封面图对象地址
string PosterUri = 5;
com.google.protobuf.ByteString getPosterUriBytes()
封面图对象地址
string PosterUri = 5;
String getPublishStatus()
发布状态
string PublishStatus = 6;
com.google.protobuf.ByteString getPublishStatusBytes()
发布状态
string PublishStatus = 6;
List<String> getTagsList()
标签列表
repeated string Tags = 7;
int getTagsCount()
标签列表
repeated string Tags = 7;
String getTags(int index)
标签列表
repeated string Tags = 7;
index
- The index of the element to return.com.google.protobuf.ByteString getTagsBytes(int index)
标签列表
repeated string Tags = 7;
index
- The index of the value to return.String getCreateTime()
创建时间
string CreateTime = 8;
com.google.protobuf.ByteString getCreateTimeBytes()
创建时间
string CreateTime = 8;
boolean hasClassification()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9;
VodClassification getClassification()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9;
VodClassificationOrBuilder getClassificationOrBuilder()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9;
Copyright © 2022. All rights reserved.