public interface VodUrlUploadURLSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackArgs()
透传的业务信息
|
com.google.protobuf.ByteString |
getCallbackArgsBytes()
透传的业务信息
|
String |
getCategory()
分类
|
com.google.protobuf.ByteString |
getCategoryBytes()
分类
|
long |
getClassificationId()
设置分类Id
|
String |
getDescription()
描述信息
|
com.google.protobuf.ByteString |
getDescriptionBytes()
描述信息
|
String |
getFileExtension()
设置文件后缀
|
com.google.protobuf.ByteString |
getFileExtensionBytes()
设置文件后缀
|
String |
getFileName()
设置文件名
|
com.google.protobuf.ByteString |
getFileNameBytes()
设置文件名
|
String |
getMd5()
视频的MD5
|
com.google.protobuf.ByteString |
getMd5Bytes()
视频的MD5
|
String |
getSourceUrl()
视频的URL
|
com.google.protobuf.ByteString |
getSourceUrlBytes()
视频的URL
|
int |
getStorageClass()
设置存储类型
|
String |
getTags()
标签
|
com.google.protobuf.ByteString |
getTagsBytes()
标签
|
String |
getTemplateId()
模板Id
|
com.google.protobuf.ByteString |
getTemplateIdBytes()
模板Id
|
String |
getTitle()
标题
|
com.google.protobuf.ByteString |
getTitleBytes()
标题
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSourceUrl()
视频的URL
string SourceUrl = 1;com.google.protobuf.ByteString getSourceUrlBytes()
视频的URL
string SourceUrl = 1;String getCallbackArgs()
透传的业务信息
string CallbackArgs = 2;com.google.protobuf.ByteString getCallbackArgsBytes()
透传的业务信息
string CallbackArgs = 2;String getMd5()
视频的MD5
string Md5 = 3;com.google.protobuf.ByteString getMd5Bytes()
视频的MD5
string Md5 = 3;String getTemplateId()
模板Id
string TemplateId = 4;com.google.protobuf.ByteString getTemplateIdBytes()
模板Id
string TemplateId = 4;String getTitle()
标题
string Title = 5;com.google.protobuf.ByteString getTitleBytes()
标题
string Title = 5;String getDescription()
描述信息
string Description = 6;com.google.protobuf.ByteString getDescriptionBytes()
描述信息
string Description = 6;String getTags()
标签
string Tags = 7;com.google.protobuf.ByteString getTagsBytes()
标签
string Tags = 7;String getCategory()
分类
string Category = 8;com.google.protobuf.ByteString getCategoryBytes()
分类
string Category = 8;String getFileName()
设置文件名
string FileName = 9;com.google.protobuf.ByteString getFileNameBytes()
设置文件名
string FileName = 9;long getClassificationId()
设置分类Id
int64 ClassificationId = 10;int getStorageClass()
设置存储类型
int32 StorageClass = 11;String getFileExtension()
设置文件后缀
string FileExtension = 12;com.google.protobuf.ByteString getFileExtensionBytes()
设置文件后缀
string FileExtension = 12;Copyright © 2023. All rights reserved.