public static final class VodCreatePlaylistRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder> implements VodCreatePlaylistRequestOrBuilder
********************************************************************** 播放列表 **********************************************************************Protobuf type
Byteplus.Vod.Models.Request.VodCreatePlaylistRequest| 限定符和类型 | 方法和说明 |
|---|---|
VodCreatePlaylistRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VodCreatePlaylistRequest |
build() |
VodCreatePlaylistRequest |
buildPartial() |
VodCreatePlaylistRequest.Builder |
clear() |
VodCreatePlaylistRequest.Builder |
clearCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3; |
VodCreatePlaylistRequest.Builder |
clearCycles()
0代表无限循环,默认为0
string Cycles = 8; |
VodCreatePlaylistRequest.Builder |
clearDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
|
VodCreatePlaylistRequest.Builder |
clearEndTime()
以秒为单位的时间戳,大于StartTime
string EndTime = 7; |
VodCreatePlaylistRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VodCreatePlaylistRequest.Builder |
clearFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2; |
VodCreatePlaylistRequest.Builder |
clearName()
播放列表名
string Name = 1; |
VodCreatePlaylistRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VodCreatePlaylistRequest.Builder |
clearStartTime()
以秒为单位的时间戳
string StartTime = 6; |
VodCreatePlaylistRequest.Builder |
clearVids()
以,分隔,最多100个
string Vids = 5; |
VodCreatePlaylistRequest.Builder |
clone() |
String |
getCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3; |
com.google.protobuf.ByteString |
getCodecBytes()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3; |
String |
getCycles()
0代表无限循环,默认为0
string Cycles = 8; |
com.google.protobuf.ByteString |
getCyclesBytes()
0代表无限循环,默认为0
string Cycles = 8; |
VodCreatePlaylistRequest |
getDefaultInstanceForType() |
String |
getDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
|
com.google.protobuf.ByteString |
getDefinitionBytes()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getEndTime()
以秒为单位的时间戳,大于StartTime
string EndTime = 7; |
com.google.protobuf.ByteString |
getEndTimeBytes()
以秒为单位的时间戳,大于StartTime
string EndTime = 7; |
String |
getFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2; |
com.google.protobuf.ByteString |
getFormatBytes()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2; |
String |
getName()
播放列表名
string Name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
播放列表名
string Name = 1; |
String |
getStartTime()
以秒为单位的时间戳
string StartTime = 6; |
com.google.protobuf.ByteString |
getStartTimeBytes()
以秒为单位的时间戳
string StartTime = 6; |
String |
getVids()
以,分隔,最多100个
string Vids = 5; |
com.google.protobuf.ByteString |
getVidsBytes()
以,分隔,最多100个
string Vids = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VodCreatePlaylistRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VodCreatePlaylistRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
VodCreatePlaylistRequest.Builder |
mergeFrom(VodCreatePlaylistRequest other) |
VodCreatePlaylistRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VodCreatePlaylistRequest.Builder |
setCodec(String value)
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3; |
VodCreatePlaylistRequest.Builder |
setCodecBytes(com.google.protobuf.ByteString value)
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3; |
VodCreatePlaylistRequest.Builder |
setCycles(String value)
0代表无限循环,默认为0
string Cycles = 8; |
VodCreatePlaylistRequest.Builder |
setCyclesBytes(com.google.protobuf.ByteString value)
0代表无限循环,默认为0
string Cycles = 8; |
VodCreatePlaylistRequest.Builder |
setDefinition(String value)
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
|
VodCreatePlaylistRequest.Builder |
setDefinitionBytes(com.google.protobuf.ByteString value)
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
|
VodCreatePlaylistRequest.Builder |
setEndTime(String value)
以秒为单位的时间戳,大于StartTime
string EndTime = 7; |
VodCreatePlaylistRequest.Builder |
setEndTimeBytes(com.google.protobuf.ByteString value)
以秒为单位的时间戳,大于StartTime
string EndTime = 7; |
VodCreatePlaylistRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VodCreatePlaylistRequest.Builder |
setFormat(String value)
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2; |
VodCreatePlaylistRequest.Builder |
setFormatBytes(com.google.protobuf.ByteString value)
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2; |
VodCreatePlaylistRequest.Builder |
setName(String value)
播放列表名
string Name = 1; |
VodCreatePlaylistRequest.Builder |
setNameBytes(com.google.protobuf.ByteString value)
播放列表名
string Name = 1; |
VodCreatePlaylistRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VodCreatePlaylistRequest.Builder |
setStartTime(String value)
以秒为单位的时间戳
string StartTime = 6; |
VodCreatePlaylistRequest.Builder |
setStartTimeBytes(com.google.protobuf.ByteString value)
以秒为单位的时间戳
string StartTime = 6; |
VodCreatePlaylistRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VodCreatePlaylistRequest.Builder |
setVids(String value)
以,分隔,最多100个
string Vids = 5; |
VodCreatePlaylistRequest.Builder |
setVidsBytes(com.google.protobuf.ByteString value)
以,分隔,最多100个
string Vids = 5; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>public VodCreatePlaylistRequest.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>public VodCreatePlaylistRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic VodCreatePlaylistRequest build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic VodCreatePlaylistRequest buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic VodCreatePlaylistRequest.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>public VodCreatePlaylistRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>public VodCreatePlaylistRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>public VodCreatePlaylistRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>public VodCreatePlaylistRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>public VodCreatePlaylistRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>public VodCreatePlaylistRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<VodCreatePlaylistRequest.Builder>public VodCreatePlaylistRequest.Builder mergeFrom(VodCreatePlaylistRequest other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>public VodCreatePlaylistRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<VodCreatePlaylistRequest.Builder>IOExceptionpublic String getName()
播放列表名
string Name = 1;getName 在接口中 VodCreatePlaylistRequestOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
播放列表名
string Name = 1;getNameBytes 在接口中 VodCreatePlaylistRequestOrBuilderpublic VodCreatePlaylistRequest.Builder setName(String value)
播放列表名
string Name = 1;value - The name to set.public VodCreatePlaylistRequest.Builder clearName()
播放列表名
string Name = 1;public VodCreatePlaylistRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
播放列表名
string Name = 1;value - The bytes for name to set.public String getFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2;getFormat 在接口中 VodCreatePlaylistRequestOrBuilderpublic com.google.protobuf.ByteString getFormatBytes()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2;getFormatBytes 在接口中 VodCreatePlaylistRequestOrBuilderpublic VodCreatePlaylistRequest.Builder setFormat(String value)
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2;value - The format to set.public VodCreatePlaylistRequest.Builder clearFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2;public VodCreatePlaylistRequest.Builder setFormatBytes(com.google.protobuf.ByteString value)
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2;value - The bytes for format to set.public String getCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3;getCodec 在接口中 VodCreatePlaylistRequestOrBuilderpublic com.google.protobuf.ByteString getCodecBytes()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3;getCodecBytes 在接口中 VodCreatePlaylistRequestOrBuilderpublic VodCreatePlaylistRequest.Builder setCodec(String value)
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3;value - The codec to set.public VodCreatePlaylistRequest.Builder clearCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3;public VodCreatePlaylistRequest.Builder setCodecBytes(com.google.protobuf.ByteString value)
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
string Codec = 3;value - The bytes for codec to set.public String getDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
string Definition = 4;getDefinition 在接口中 VodCreatePlaylistRequestOrBuilderpublic com.google.protobuf.ByteString getDefinitionBytes()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
string Definition = 4;getDefinitionBytes 在接口中 VodCreatePlaylistRequestOrBuilderpublic VodCreatePlaylistRequest.Builder setDefinition(String value)
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
string Definition = 4;value - The definition to set.public VodCreatePlaylistRequest.Builder clearDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
string Definition = 4;public VodCreatePlaylistRequest.Builder setDefinitionBytes(com.google.protobuf.ByteString value)
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
string Definition = 4;value - The bytes for definition to set.public String getVids()
以,分隔,最多100个
string Vids = 5;getVids 在接口中 VodCreatePlaylistRequestOrBuilderpublic com.google.protobuf.ByteString getVidsBytes()
以,分隔,最多100个
string Vids = 5;getVidsBytes 在接口中 VodCreatePlaylistRequestOrBuilderpublic VodCreatePlaylistRequest.Builder setVids(String value)
以,分隔,最多100个
string Vids = 5;value - The vids to set.public VodCreatePlaylistRequest.Builder clearVids()
以,分隔,最多100个
string Vids = 5;public VodCreatePlaylistRequest.Builder setVidsBytes(com.google.protobuf.ByteString value)
以,分隔,最多100个
string Vids = 5;value - The bytes for vids to set.public String getStartTime()
以秒为单位的时间戳
string StartTime = 6;getStartTime 在接口中 VodCreatePlaylistRequestOrBuilderpublic com.google.protobuf.ByteString getStartTimeBytes()
以秒为单位的时间戳
string StartTime = 6;getStartTimeBytes 在接口中 VodCreatePlaylistRequestOrBuilderpublic VodCreatePlaylistRequest.Builder setStartTime(String value)
以秒为单位的时间戳
string StartTime = 6;value - The startTime to set.public VodCreatePlaylistRequest.Builder clearStartTime()
以秒为单位的时间戳
string StartTime = 6;public VodCreatePlaylistRequest.Builder setStartTimeBytes(com.google.protobuf.ByteString value)
以秒为单位的时间戳
string StartTime = 6;value - The bytes for startTime to set.public String getEndTime()
以秒为单位的时间戳,大于StartTime
string EndTime = 7;getEndTime 在接口中 VodCreatePlaylistRequestOrBuilderpublic com.google.protobuf.ByteString getEndTimeBytes()
以秒为单位的时间戳,大于StartTime
string EndTime = 7;getEndTimeBytes 在接口中 VodCreatePlaylistRequestOrBuilderpublic VodCreatePlaylistRequest.Builder setEndTime(String value)
以秒为单位的时间戳,大于StartTime
string EndTime = 7;value - The endTime to set.public VodCreatePlaylistRequest.Builder clearEndTime()
以秒为单位的时间戳,大于StartTime
string EndTime = 7;public VodCreatePlaylistRequest.Builder setEndTimeBytes(com.google.protobuf.ByteString value)
以秒为单位的时间戳,大于StartTime
string EndTime = 7;value - The bytes for endTime to set.public String getCycles()
0代表无限循环,默认为0
string Cycles = 8;getCycles 在接口中 VodCreatePlaylistRequestOrBuilderpublic com.google.protobuf.ByteString getCyclesBytes()
0代表无限循环,默认为0
string Cycles = 8;getCyclesBytes 在接口中 VodCreatePlaylistRequestOrBuilderpublic VodCreatePlaylistRequest.Builder setCycles(String value)
0代表无限循环,默认为0
string Cycles = 8;value - The cycles to set.public VodCreatePlaylistRequest.Builder clearCycles()
0代表无限循环,默认为0
string Cycles = 8;public VodCreatePlaylistRequest.Builder setCyclesBytes(com.google.protobuf.ByteString value)
0代表无限循环,默认为0
string Cycles = 8;value - The bytes for cycles to set.public final VodCreatePlaylistRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>public final VodCreatePlaylistRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodCreatePlaylistRequest.Builder>Copyright © 2024. All rights reserved.