public final class VodSubtitleInfo extends com.google.protobuf.GeneratedMessageV3 implements VodSubtitleInfoOrBuilder
Volcengine.Vod.Models.Business.VodSubtitleInfo
限定符和类型 | 类和说明 |
---|---|
static class |
VodSubtitleInfo.Builder
Protobuf type
Volcengine.Vod.Models.Business.VodSubtitleInfo |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
限定符和类型 | 字段和说明 |
---|---|
static int |
CREATETIME_FIELD_NUMBER |
static int |
FILEID_FIELD_NUMBER |
static int |
FORMAT_FIELD_NUMBER |
static int |
LANGUAGE_FIELD_NUMBER |
static int |
LANGUAGEID_FIELD_NUMBER |
static int |
SOURCE_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
STOREURI_FIELD_NUMBER |
static int |
SUBTITLEID_FIELD_NUMBER |
static int |
SUBTITLEURL_FIELD_NUMBER |
static int |
TAG_FIELD_NUMBER |
static int |
TITLE_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
static int |
VID_FIELD_NUMBER |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object obj) |
String |
getCreateTime()
创建时间
string CreateTime = 13; |
com.google.protobuf.ByteString |
getCreateTimeBytes()
创建时间
string CreateTime = 13; |
static VodSubtitleInfo |
getDefaultInstance() |
VodSubtitleInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFileId()
文件ID
string FileId = 2; |
com.google.protobuf.ByteString |
getFileIdBytes()
文件ID
string FileId = 2; |
String |
getFormat()
字幕格式
string Format = 5; |
com.google.protobuf.ByteString |
getFormatBytes()
字幕格式
string Format = 5; |
String |
getLanguage()
字幕语言
string Language = 3; |
com.google.protobuf.ByteString |
getLanguageBytes()
字幕语言
string Language = 3; |
int |
getLanguageId()
字幕语言ID
int32 LanguageId = 4; |
com.google.protobuf.Parser<VodSubtitleInfo> |
getParserForType() |
int |
getSerializedSize() |
String |
getSource()
字幕来源
string Source = 10; |
com.google.protobuf.ByteString |
getSourceBytes()
字幕来源
string Source = 10; |
String |
getStatus()
字幕状态
string Status = 9; |
com.google.protobuf.ByteString |
getStatusBytes()
字幕状态
string Status = 9; |
String |
getStoreUri()
字幕uri
string StoreUri = 11; |
com.google.protobuf.ByteString |
getStoreUriBytes()
字幕uri
string StoreUri = 11; |
String |
getSubtitleId()
字幕ID
string SubtitleId = 6; |
com.google.protobuf.ByteString |
getSubtitleIdBytes()
字幕ID
string SubtitleId = 6; |
String |
getSubtitleUrl()
字幕url
string SubtitleUrl = 12; |
com.google.protobuf.ByteString |
getSubtitleUrlBytes()
字幕url
string SubtitleUrl = 12; |
String |
getTag()
字幕标签
string Tag = 8; |
com.google.protobuf.ByteString |
getTagBytes()
字幕标签
string Tag = 8; |
String |
getTitle()
字幕标题
string Title = 7; |
com.google.protobuf.ByteString |
getTitleBytes()
字幕标题
string Title = 7; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVersion()
字幕版本
string Version = 14; |
com.google.protobuf.ByteString |
getVersionBytes()
字幕版本
string Version = 14; |
String |
getVid()
视频ID
string Vid = 1; |
com.google.protobuf.ByteString |
getVidBytes()
视频ID
string Vid = 1; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VodSubtitleInfo.Builder |
newBuilder() |
static VodSubtitleInfo.Builder |
newBuilder(VodSubtitleInfo prototype) |
VodSubtitleInfo.Builder |
newBuilderForType() |
protected VodSubtitleInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static VodSubtitleInfo |
parseDelimitedFrom(InputStream input) |
static VodSubtitleInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodSubtitleInfo |
parseFrom(byte[] data) |
static VodSubtitleInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodSubtitleInfo |
parseFrom(ByteBuffer data) |
static VodSubtitleInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodSubtitleInfo |
parseFrom(com.google.protobuf.ByteString data) |
static VodSubtitleInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodSubtitleInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VodSubtitleInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodSubtitleInfo |
parseFrom(InputStream input) |
static VodSubtitleInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VodSubtitleInfo> |
parser() |
VodSubtitleInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int VID_FIELD_NUMBER
public static final int FILEID_FIELD_NUMBER
public static final int LANGUAGE_FIELD_NUMBER
public static final int LANGUAGEID_FIELD_NUMBER
public static final int FORMAT_FIELD_NUMBER
public static final int SUBTITLEID_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
public static final int TAG_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
public static final int STOREURI_FIELD_NUMBER
public static final int SUBTITLEURL_FIELD_NUMBER
public static final int CREATETIME_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
在类中 com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
在接口中 com.google.protobuf.MessageOrBuilder
getUnknownFields
在类中 com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
在类中 com.google.protobuf.GeneratedMessageV3
public String getVid()
视频ID
string Vid = 1;
getVid
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 1;
getVidBytes
在接口中 VodSubtitleInfoOrBuilder
public String getFileId()
文件ID
string FileId = 2;
getFileId
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getFileIdBytes()
文件ID
string FileId = 2;
getFileIdBytes
在接口中 VodSubtitleInfoOrBuilder
public String getLanguage()
字幕语言
string Language = 3;
getLanguage
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getLanguageBytes()
字幕语言
string Language = 3;
getLanguageBytes
在接口中 VodSubtitleInfoOrBuilder
public int getLanguageId()
字幕语言ID
int32 LanguageId = 4;
getLanguageId
在接口中 VodSubtitleInfoOrBuilder
public String getFormat()
字幕格式
string Format = 5;
getFormat
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getFormatBytes()
字幕格式
string Format = 5;
getFormatBytes
在接口中 VodSubtitleInfoOrBuilder
public String getSubtitleId()
字幕ID
string SubtitleId = 6;
getSubtitleId
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getSubtitleIdBytes()
字幕ID
string SubtitleId = 6;
getSubtitleIdBytes
在接口中 VodSubtitleInfoOrBuilder
public String getTitle()
字幕标题
string Title = 7;
getTitle
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getTitleBytes()
字幕标题
string Title = 7;
getTitleBytes
在接口中 VodSubtitleInfoOrBuilder
public String getTag()
字幕标签
string Tag = 8;
getTag
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getTagBytes()
字幕标签
string Tag = 8;
getTagBytes
在接口中 VodSubtitleInfoOrBuilder
public String getStatus()
字幕状态
string Status = 9;
getStatus
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getStatusBytes()
字幕状态
string Status = 9;
getStatusBytes
在接口中 VodSubtitleInfoOrBuilder
public String getSource()
字幕来源
string Source = 10;
getSource
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getSourceBytes()
字幕来源
string Source = 10;
getSourceBytes
在接口中 VodSubtitleInfoOrBuilder
public String getStoreUri()
字幕uri
string StoreUri = 11;
getStoreUri
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getStoreUriBytes()
字幕uri
string StoreUri = 11;
getStoreUriBytes
在接口中 VodSubtitleInfoOrBuilder
public String getSubtitleUrl()
字幕url
string SubtitleUrl = 12;
getSubtitleUrl
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getSubtitleUrlBytes()
字幕url
string SubtitleUrl = 12;
getSubtitleUrlBytes
在接口中 VodSubtitleInfoOrBuilder
public String getCreateTime()
创建时间
string CreateTime = 13;
getCreateTime
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getCreateTimeBytes()
创建时间
string CreateTime = 13;
getCreateTimeBytes
在接口中 VodSubtitleInfoOrBuilder
public String getVersion()
字幕版本
string Version = 14;
getVersion
在接口中 VodSubtitleInfoOrBuilder
public com.google.protobuf.ByteString getVersionBytes()
字幕版本
string Version = 14;
getVersionBytes
在接口中 VodSubtitleInfoOrBuilder
public final boolean isInitialized()
isInitialized
在接口中 com.google.protobuf.MessageLiteOrBuilder
isInitialized
在类中 com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
在接口中 com.google.protobuf.MessageLite
writeTo
在类中 com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
在接口中 com.google.protobuf.MessageLite
getSerializedSize
在类中 com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
在接口中 com.google.protobuf.Message
equals
在类中 com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
在接口中 com.google.protobuf.Message
hashCode
在类中 com.google.protobuf.AbstractMessage
public static VodSubtitleInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodSubtitleInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodSubtitleInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodSubtitleInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodSubtitleInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodSubtitleInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodSubtitleInfo parseFrom(InputStream input) throws IOException
IOException
public static VodSubtitleInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static VodSubtitleInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static VodSubtitleInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static VodSubtitleInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static VodSubtitleInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public VodSubtitleInfo.Builder newBuilderForType()
newBuilderForType
在接口中 com.google.protobuf.Message
newBuilderForType
在接口中 com.google.protobuf.MessageLite
public static VodSubtitleInfo.Builder newBuilder()
public static VodSubtitleInfo.Builder newBuilder(VodSubtitleInfo prototype)
public VodSubtitleInfo.Builder toBuilder()
toBuilder
在接口中 com.google.protobuf.Message
toBuilder
在接口中 com.google.protobuf.MessageLite
protected VodSubtitleInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
在类中 com.google.protobuf.GeneratedMessageV3
public static VodSubtitleInfo getDefaultInstance()
public static com.google.protobuf.Parser<VodSubtitleInfo> parser()
public com.google.protobuf.Parser<VodSubtitleInfo> getParserForType()
getParserForType
在接口中 com.google.protobuf.Message
getParserForType
在接口中 com.google.protobuf.MessageLite
getParserForType
在类中 com.google.protobuf.GeneratedMessageV3
public VodSubtitleInfo getDefaultInstanceForType()
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageOrBuilder
Copyright © 2024. All rights reserved.