Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_play.proto
package com.byteplus.service.vod.model.business;
/**
* Protobuf type {@code Byteplus.Vod.Models.Business.VodGetPlayInfoWithLiveTimeShiftSceneResult}
*/
public final class VodGetPlayInfoWithLiveTimeShiftSceneResult extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Byteplus.Vod.Models.Business.VodGetPlayInfoWithLiveTimeShiftSceneResult)
VodGetPlayInfoWithLiveTimeShiftSceneResultOrBuilder {
private static final long serialVersionUID = 0L;
// Use VodGetPlayInfoWithLiveTimeShiftSceneResult.newBuilder() to construct.
private VodGetPlayInfoWithLiveTimeShiftSceneResult(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private VodGetPlayInfoWithLiveTimeShiftSceneResult() {
playInfoList_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new VodGetPlayInfoWithLiveTimeShiftSceneResult();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private VodGetPlayInfoWithLiveTimeShiftSceneResult(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
playInfoList_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
playInfoList_.add(
input.readMessage(com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.parser(), extensionRegistry));
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) != 0)) {
playInfoList_ = java.util.Collections.unmodifiableList(playInfoList_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.byteplus.service.vod.model.business.VodPlay.internal_static_Byteplus_Vod_Models_Business_VodGetPlayInfoWithLiveTimeShiftSceneResult_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.byteplus.service.vod.model.business.VodPlay.internal_static_Byteplus_Vod_Models_Business_VodGetPlayInfoWithLiveTimeShiftSceneResult_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult.class, com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult.Builder.class);
}
public static final int PLAYINFOLIST_FIELD_NUMBER = 1;
private java.util.List playInfoList_;
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
@java.lang.Override
public java.util.List getPlayInfoListList() {
return playInfoList_;
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
@java.lang.Override
public java.util.List extends com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftSceneOrBuilder>
getPlayInfoListOrBuilderList() {
return playInfoList_;
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
@java.lang.Override
public int getPlayInfoListCount() {
return playInfoList_.size();
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
@java.lang.Override
public com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene getPlayInfoList(int index) {
return playInfoList_.get(index);
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
@java.lang.Override
public com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftSceneOrBuilder getPlayInfoListOrBuilder(
int index) {
return playInfoList_.get(index);
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
for (int i = 0; i < playInfoList_.size(); i++) {
output.writeMessage(1, playInfoList_.get(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < playInfoList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, playInfoList_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult)) {
return super.equals(obj);
}
com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult other = (com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult) obj;
if (!getPlayInfoListList()
.equals(other.getPlayInfoListList())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getPlayInfoListCount() > 0) {
hash = (37 * hash) + PLAYINFOLIST_FIELD_NUMBER;
hash = (53 * hash) + getPlayInfoListList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code Byteplus.Vod.Models.Business.VodGetPlayInfoWithLiveTimeShiftSceneResult}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Byteplus.Vod.Models.Business.VodGetPlayInfoWithLiveTimeShiftSceneResult)
com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResultOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.byteplus.service.vod.model.business.VodPlay.internal_static_Byteplus_Vod_Models_Business_VodGetPlayInfoWithLiveTimeShiftSceneResult_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.byteplus.service.vod.model.business.VodPlay.internal_static_Byteplus_Vod_Models_Business_VodGetPlayInfoWithLiveTimeShiftSceneResult_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult.class, com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult.Builder.class);
}
// Construct using com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getPlayInfoListFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (playInfoListBuilder_ == null) {
playInfoList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
playInfoListBuilder_.clear();
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.byteplus.service.vod.model.business.VodPlay.internal_static_Byteplus_Vod_Models_Business_VodGetPlayInfoWithLiveTimeShiftSceneResult_descriptor;
}
@java.lang.Override
public com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult getDefaultInstanceForType() {
return com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult.getDefaultInstance();
}
@java.lang.Override
public com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult build() {
com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult buildPartial() {
com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult result = new com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult(this);
int from_bitField0_ = bitField0_;
if (playInfoListBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
playInfoList_ = java.util.Collections.unmodifiableList(playInfoList_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.playInfoList_ = playInfoList_;
} else {
result.playInfoList_ = playInfoListBuilder_.build();
}
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult) {
return mergeFrom((com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult other) {
if (other == com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult.getDefaultInstance()) return this;
if (playInfoListBuilder_ == null) {
if (!other.playInfoList_.isEmpty()) {
if (playInfoList_.isEmpty()) {
playInfoList_ = other.playInfoList_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensurePlayInfoListIsMutable();
playInfoList_.addAll(other.playInfoList_);
}
onChanged();
}
} else {
if (!other.playInfoList_.isEmpty()) {
if (playInfoListBuilder_.isEmpty()) {
playInfoListBuilder_.dispose();
playInfoListBuilder_ = null;
playInfoList_ = other.playInfoList_;
bitField0_ = (bitField0_ & ~0x00000001);
playInfoListBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getPlayInfoListFieldBuilder() : null;
} else {
playInfoListBuilder_.addAllMessages(other.playInfoList_);
}
}
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List playInfoList_ =
java.util.Collections.emptyList();
private void ensurePlayInfoListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
playInfoList_ = new java.util.ArrayList(playInfoList_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene, com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.Builder, com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftSceneOrBuilder> playInfoListBuilder_;
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public java.util.List getPlayInfoListList() {
if (playInfoListBuilder_ == null) {
return java.util.Collections.unmodifiableList(playInfoList_);
} else {
return playInfoListBuilder_.getMessageList();
}
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public int getPlayInfoListCount() {
if (playInfoListBuilder_ == null) {
return playInfoList_.size();
} else {
return playInfoListBuilder_.getCount();
}
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene getPlayInfoList(int index) {
if (playInfoListBuilder_ == null) {
return playInfoList_.get(index);
} else {
return playInfoListBuilder_.getMessage(index);
}
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public Builder setPlayInfoList(
int index, com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene value) {
if (playInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensurePlayInfoListIsMutable();
playInfoList_.set(index, value);
onChanged();
} else {
playInfoListBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public Builder setPlayInfoList(
int index, com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.Builder builderForValue) {
if (playInfoListBuilder_ == null) {
ensurePlayInfoListIsMutable();
playInfoList_.set(index, builderForValue.build());
onChanged();
} else {
playInfoListBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public Builder addPlayInfoList(com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene value) {
if (playInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensurePlayInfoListIsMutable();
playInfoList_.add(value);
onChanged();
} else {
playInfoListBuilder_.addMessage(value);
}
return this;
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public Builder addPlayInfoList(
int index, com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene value) {
if (playInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensurePlayInfoListIsMutable();
playInfoList_.add(index, value);
onChanged();
} else {
playInfoListBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public Builder addPlayInfoList(
com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.Builder builderForValue) {
if (playInfoListBuilder_ == null) {
ensurePlayInfoListIsMutable();
playInfoList_.add(builderForValue.build());
onChanged();
} else {
playInfoListBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public Builder addPlayInfoList(
int index, com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.Builder builderForValue) {
if (playInfoListBuilder_ == null) {
ensurePlayInfoListIsMutable();
playInfoList_.add(index, builderForValue.build());
onChanged();
} else {
playInfoListBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public Builder addAllPlayInfoList(
java.lang.Iterable extends com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene> values) {
if (playInfoListBuilder_ == null) {
ensurePlayInfoListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, playInfoList_);
onChanged();
} else {
playInfoListBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public Builder clearPlayInfoList() {
if (playInfoListBuilder_ == null) {
playInfoList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
playInfoListBuilder_.clear();
}
return this;
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public Builder removePlayInfoList(int index) {
if (playInfoListBuilder_ == null) {
ensurePlayInfoListIsMutable();
playInfoList_.remove(index);
onChanged();
} else {
playInfoListBuilder_.remove(index);
}
return this;
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.Builder getPlayInfoListBuilder(
int index) {
return getPlayInfoListFieldBuilder().getBuilder(index);
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftSceneOrBuilder getPlayInfoListOrBuilder(
int index) {
if (playInfoListBuilder_ == null) {
return playInfoList_.get(index); } else {
return playInfoListBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public java.util.List extends com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftSceneOrBuilder>
getPlayInfoListOrBuilderList() {
if (playInfoListBuilder_ != null) {
return playInfoListBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(playInfoList_);
}
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.Builder addPlayInfoListBuilder() {
return getPlayInfoListFieldBuilder().addBuilder(
com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.getDefaultInstance());
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.Builder addPlayInfoListBuilder(
int index) {
return getPlayInfoListFieldBuilder().addBuilder(
index, com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.getDefaultInstance());
}
/**
*
* 播放信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1;
*/
public java.util.List
getPlayInfoListBuilderList() {
return getPlayInfoListFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene, com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.Builder, com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftSceneOrBuilder>
getPlayInfoListFieldBuilder() {
if (playInfoListBuilder_ == null) {
playInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene, com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene.Builder, com.byteplus.service.vod.model.business.VodPlayInfoWithLiveTimeShiftSceneOrBuilder>(
playInfoList_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
playInfoList_ = null;
}
return playInfoListBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:Byteplus.Vod.Models.Business.VodGetPlayInfoWithLiveTimeShiftSceneResult)
}
// @@protoc_insertion_point(class_scope:Byteplus.Vod.Models.Business.VodGetPlayInfoWithLiveTimeShiftSceneResult)
private static final com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult();
}
public static com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public VodGetPlayInfoWithLiveTimeShiftSceneResult parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new VodGetPlayInfoWithLiveTimeShiftSceneResult(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.byteplus.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResult getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}