All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.VodGetRecPosterData Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_media.proto

package com.byteplus.service.vod.model.business;

/**
 * Protobuf type {@code Byteplus.Vod.Models.Business.VodGetRecPosterData}
 */
public final class VodGetRecPosterData extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:Byteplus.Vod.Models.Business.VodGetRecPosterData)
    VodGetRecPosterDataOrBuilder {
private static final long serialVersionUID = 0L;
  // Use VodGetRecPosterData.newBuilder() to construct.
  private VodGetRecPosterData(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private VodGetRecPosterData() {
    storeUriGroups_ = java.util.Collections.emptyList();
    notExistVids_ = com.google.protobuf.LazyStringArrayList.EMPTY;
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new VodGetRecPosterData();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private VodGetRecPosterData(
      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)) {
              storeUriGroups_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            storeUriGroups_.add(
                input.readMessage(com.byteplus.service.vod.model.business.VodStoreUriGroup.parser(), extensionRegistry));
            break;
          }
          case 18: {
            java.lang.String s = input.readStringRequireUtf8();
            if (!((mutable_bitField0_ & 0x00000002) != 0)) {
              notExistVids_ = new com.google.protobuf.LazyStringArrayList();
              mutable_bitField0_ |= 0x00000002;
            }
            notExistVids_.add(s);
            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)) {
        storeUriGroups_ = java.util.Collections.unmodifiableList(storeUriGroups_);
      }
      if (((mutable_bitField0_ & 0x00000002) != 0)) {
        notExistVids_ = notExistVids_.getUnmodifiableView();
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return com.byteplus.service.vod.model.business.VodMedia.internal_static_Byteplus_Vod_Models_Business_VodGetRecPosterData_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.byteplus.service.vod.model.business.VodMedia.internal_static_Byteplus_Vod_Models_Business_VodGetRecPosterData_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.byteplus.service.vod.model.business.VodGetRecPosterData.class, com.byteplus.service.vod.model.business.VodGetRecPosterData.Builder.class);
  }

  public static final int STOREURIGROUPS_FIELD_NUMBER = 1;
  private java.util.List storeUriGroups_;
  /**
   * 
   *封面图信息
   * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ @java.lang.Override public java.util.List getStoreUriGroupsList() { return storeUriGroups_; } /** *
   *封面图信息
   * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ @java.lang.Override public java.util.List getStoreUriGroupsOrBuilderList() { return storeUriGroups_; } /** *
   *封面图信息
   * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ @java.lang.Override public int getStoreUriGroupsCount() { return storeUriGroups_.size(); } /** *
   *封面图信息
   * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodStoreUriGroup getStoreUriGroups(int index) { return storeUriGroups_.get(index); } /** *
   *封面图信息
   * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ @java.lang.Override public com.byteplus.service.vod.model.business.VodStoreUriGroupOrBuilder getStoreUriGroupsOrBuilder( int index) { return storeUriGroups_.get(index); } public static final int NOTEXISTVIDS_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList notExistVids_; /** *
   *不存在的视频VID列表
   * 
* * repeated string NotExistVids = 2; * @return A list containing the notExistVids. */ public com.google.protobuf.ProtocolStringList getNotExistVidsList() { return notExistVids_; } /** *
   *不存在的视频VID列表
   * 
* * repeated string NotExistVids = 2; * @return The count of notExistVids. */ public int getNotExistVidsCount() { return notExistVids_.size(); } /** *
   *不存在的视频VID列表
   * 
* * repeated string NotExistVids = 2; * @param index The index of the element to return. * @return The notExistVids at the given index. */ public java.lang.String getNotExistVids(int index) { return notExistVids_.get(index); } /** *
   *不存在的视频VID列表
   * 
* * repeated string NotExistVids = 2; * @param index The index of the value to return. * @return The bytes of the notExistVids at the given index. */ public com.google.protobuf.ByteString getNotExistVidsBytes(int index) { return notExistVids_.getByteString(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 < storeUriGroups_.size(); i++) { output.writeMessage(1, storeUriGroups_.get(i)); } for (int i = 0; i < notExistVids_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, notExistVids_.getRaw(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 < storeUriGroups_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, storeUriGroups_.get(i)); } { int dataSize = 0; for (int i = 0; i < notExistVids_.size(); i++) { dataSize += computeStringSizeNoTag(notExistVids_.getRaw(i)); } size += dataSize; size += 1 * getNotExistVidsList().size(); } 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.VodGetRecPosterData)) { return super.equals(obj); } com.byteplus.service.vod.model.business.VodGetRecPosterData other = (com.byteplus.service.vod.model.business.VodGetRecPosterData) obj; if (!getStoreUriGroupsList() .equals(other.getStoreUriGroupsList())) return false; if (!getNotExistVidsList() .equals(other.getNotExistVidsList())) 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 (getStoreUriGroupsCount() > 0) { hash = (37 * hash) + STOREURIGROUPS_FIELD_NUMBER; hash = (53 * hash) + getStoreUriGroupsList().hashCode(); } if (getNotExistVidsCount() > 0) { hash = (37 * hash) + NOTEXISTVIDS_FIELD_NUMBER; hash = (53 * hash) + getNotExistVidsList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.byteplus.service.vod.model.business.VodGetRecPosterData parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.business.VodGetRecPosterData 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.VodGetRecPosterData parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.business.VodGetRecPosterData 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.VodGetRecPosterData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.byteplus.service.vod.model.business.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData 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.VodGetRecPosterData} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:Byteplus.Vod.Models.Business.VodGetRecPosterData) com.byteplus.service.vod.model.business.VodGetRecPosterDataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.byteplus.service.vod.model.business.VodMedia.internal_static_Byteplus_Vod_Models_Business_VodGetRecPosterData_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.byteplus.service.vod.model.business.VodMedia.internal_static_Byteplus_Vod_Models_Business_VodGetRecPosterData_fieldAccessorTable .ensureFieldAccessorsInitialized( com.byteplus.service.vod.model.business.VodGetRecPosterData.class, com.byteplus.service.vod.model.business.VodGetRecPosterData.Builder.class); } // Construct using com.byteplus.service.vod.model.business.VodGetRecPosterData.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getStoreUriGroupsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (storeUriGroupsBuilder_ == null) { storeUriGroups_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { storeUriGroupsBuilder_.clear(); } notExistVids_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.byteplus.service.vod.model.business.VodMedia.internal_static_Byteplus_Vod_Models_Business_VodGetRecPosterData_descriptor; } @java.lang.Override public com.byteplus.service.vod.model.business.VodGetRecPosterData getDefaultInstanceForType() { return com.byteplus.service.vod.model.business.VodGetRecPosterData.getDefaultInstance(); } @java.lang.Override public com.byteplus.service.vod.model.business.VodGetRecPosterData build() { com.byteplus.service.vod.model.business.VodGetRecPosterData result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.byteplus.service.vod.model.business.VodGetRecPosterData buildPartial() { com.byteplus.service.vod.model.business.VodGetRecPosterData result = new com.byteplus.service.vod.model.business.VodGetRecPosterData(this); int from_bitField0_ = bitField0_; if (storeUriGroupsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { storeUriGroups_ = java.util.Collections.unmodifiableList(storeUriGroups_); bitField0_ = (bitField0_ & ~0x00000001); } result.storeUriGroups_ = storeUriGroups_; } else { result.storeUriGroups_ = storeUriGroupsBuilder_.build(); } if (((bitField0_ & 0x00000002) != 0)) { notExistVids_ = notExistVids_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000002); } result.notExistVids_ = notExistVids_; 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.VodGetRecPosterData) { return mergeFrom((com.byteplus.service.vod.model.business.VodGetRecPosterData)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.byteplus.service.vod.model.business.VodGetRecPosterData other) { if (other == com.byteplus.service.vod.model.business.VodGetRecPosterData.getDefaultInstance()) return this; if (storeUriGroupsBuilder_ == null) { if (!other.storeUriGroups_.isEmpty()) { if (storeUriGroups_.isEmpty()) { storeUriGroups_ = other.storeUriGroups_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureStoreUriGroupsIsMutable(); storeUriGroups_.addAll(other.storeUriGroups_); } onChanged(); } } else { if (!other.storeUriGroups_.isEmpty()) { if (storeUriGroupsBuilder_.isEmpty()) { storeUriGroupsBuilder_.dispose(); storeUriGroupsBuilder_ = null; storeUriGroups_ = other.storeUriGroups_; bitField0_ = (bitField0_ & ~0x00000001); storeUriGroupsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getStoreUriGroupsFieldBuilder() : null; } else { storeUriGroupsBuilder_.addAllMessages(other.storeUriGroups_); } } } if (!other.notExistVids_.isEmpty()) { if (notExistVids_.isEmpty()) { notExistVids_ = other.notExistVids_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureNotExistVidsIsMutable(); notExistVids_.addAll(other.notExistVids_); } onChanged(); } 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.VodGetRecPosterData parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.byteplus.service.vod.model.business.VodGetRecPosterData) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List storeUriGroups_ = java.util.Collections.emptyList(); private void ensureStoreUriGroupsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { storeUriGroups_ = new java.util.ArrayList(storeUriGroups_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodStoreUriGroup, com.byteplus.service.vod.model.business.VodStoreUriGroup.Builder, com.byteplus.service.vod.model.business.VodStoreUriGroupOrBuilder> storeUriGroupsBuilder_; /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public java.util.List getStoreUriGroupsList() { if (storeUriGroupsBuilder_ == null) { return java.util.Collections.unmodifiableList(storeUriGroups_); } else { return storeUriGroupsBuilder_.getMessageList(); } } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public int getStoreUriGroupsCount() { if (storeUriGroupsBuilder_ == null) { return storeUriGroups_.size(); } else { return storeUriGroupsBuilder_.getCount(); } } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public com.byteplus.service.vod.model.business.VodStoreUriGroup getStoreUriGroups(int index) { if (storeUriGroupsBuilder_ == null) { return storeUriGroups_.get(index); } else { return storeUriGroupsBuilder_.getMessage(index); } } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public Builder setStoreUriGroups( int index, com.byteplus.service.vod.model.business.VodStoreUriGroup value) { if (storeUriGroupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStoreUriGroupsIsMutable(); storeUriGroups_.set(index, value); onChanged(); } else { storeUriGroupsBuilder_.setMessage(index, value); } return this; } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public Builder setStoreUriGroups( int index, com.byteplus.service.vod.model.business.VodStoreUriGroup.Builder builderForValue) { if (storeUriGroupsBuilder_ == null) { ensureStoreUriGroupsIsMutable(); storeUriGroups_.set(index, builderForValue.build()); onChanged(); } else { storeUriGroupsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public Builder addStoreUriGroups(com.byteplus.service.vod.model.business.VodStoreUriGroup value) { if (storeUriGroupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStoreUriGroupsIsMutable(); storeUriGroups_.add(value); onChanged(); } else { storeUriGroupsBuilder_.addMessage(value); } return this; } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public Builder addStoreUriGroups( int index, com.byteplus.service.vod.model.business.VodStoreUriGroup value) { if (storeUriGroupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStoreUriGroupsIsMutable(); storeUriGroups_.add(index, value); onChanged(); } else { storeUriGroupsBuilder_.addMessage(index, value); } return this; } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public Builder addStoreUriGroups( com.byteplus.service.vod.model.business.VodStoreUriGroup.Builder builderForValue) { if (storeUriGroupsBuilder_ == null) { ensureStoreUriGroupsIsMutable(); storeUriGroups_.add(builderForValue.build()); onChanged(); } else { storeUriGroupsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public Builder addStoreUriGroups( int index, com.byteplus.service.vod.model.business.VodStoreUriGroup.Builder builderForValue) { if (storeUriGroupsBuilder_ == null) { ensureStoreUriGroupsIsMutable(); storeUriGroups_.add(index, builderForValue.build()); onChanged(); } else { storeUriGroupsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public Builder addAllStoreUriGroups( java.lang.Iterable values) { if (storeUriGroupsBuilder_ == null) { ensureStoreUriGroupsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, storeUriGroups_); onChanged(); } else { storeUriGroupsBuilder_.addAllMessages(values); } return this; } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public Builder clearStoreUriGroups() { if (storeUriGroupsBuilder_ == null) { storeUriGroups_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { storeUriGroupsBuilder_.clear(); } return this; } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public Builder removeStoreUriGroups(int index) { if (storeUriGroupsBuilder_ == null) { ensureStoreUriGroupsIsMutable(); storeUriGroups_.remove(index); onChanged(); } else { storeUriGroupsBuilder_.remove(index); } return this; } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public com.byteplus.service.vod.model.business.VodStoreUriGroup.Builder getStoreUriGroupsBuilder( int index) { return getStoreUriGroupsFieldBuilder().getBuilder(index); } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public com.byteplus.service.vod.model.business.VodStoreUriGroupOrBuilder getStoreUriGroupsOrBuilder( int index) { if (storeUriGroupsBuilder_ == null) { return storeUriGroups_.get(index); } else { return storeUriGroupsBuilder_.getMessageOrBuilder(index); } } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public java.util.List getStoreUriGroupsOrBuilderList() { if (storeUriGroupsBuilder_ != null) { return storeUriGroupsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(storeUriGroups_); } } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public com.byteplus.service.vod.model.business.VodStoreUriGroup.Builder addStoreUriGroupsBuilder() { return getStoreUriGroupsFieldBuilder().addBuilder( com.byteplus.service.vod.model.business.VodStoreUriGroup.getDefaultInstance()); } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public com.byteplus.service.vod.model.business.VodStoreUriGroup.Builder addStoreUriGroupsBuilder( int index) { return getStoreUriGroupsFieldBuilder().addBuilder( index, com.byteplus.service.vod.model.business.VodStoreUriGroup.getDefaultInstance()); } /** *
     *封面图信息
     * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreUriGroup StoreUriGroups = 1; */ public java.util.List getStoreUriGroupsBuilderList() { return getStoreUriGroupsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodStoreUriGroup, com.byteplus.service.vod.model.business.VodStoreUriGroup.Builder, com.byteplus.service.vod.model.business.VodStoreUriGroupOrBuilder> getStoreUriGroupsFieldBuilder() { if (storeUriGroupsBuilder_ == null) { storeUriGroupsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.byteplus.service.vod.model.business.VodStoreUriGroup, com.byteplus.service.vod.model.business.VodStoreUriGroup.Builder, com.byteplus.service.vod.model.business.VodStoreUriGroupOrBuilder>( storeUriGroups_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); storeUriGroups_ = null; } return storeUriGroupsBuilder_; } private com.google.protobuf.LazyStringList notExistVids_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureNotExistVidsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { notExistVids_ = new com.google.protobuf.LazyStringArrayList(notExistVids_); bitField0_ |= 0x00000002; } } /** *
     *不存在的视频VID列表
     * 
* * repeated string NotExistVids = 2; * @return A list containing the notExistVids. */ public com.google.protobuf.ProtocolStringList getNotExistVidsList() { return notExistVids_.getUnmodifiableView(); } /** *
     *不存在的视频VID列表
     * 
* * repeated string NotExistVids = 2; * @return The count of notExistVids. */ public int getNotExistVidsCount() { return notExistVids_.size(); } /** *
     *不存在的视频VID列表
     * 
* * repeated string NotExistVids = 2; * @param index The index of the element to return. * @return The notExistVids at the given index. */ public java.lang.String getNotExistVids(int index) { return notExistVids_.get(index); } /** *
     *不存在的视频VID列表
     * 
* * repeated string NotExistVids = 2; * @param index The index of the value to return. * @return The bytes of the notExistVids at the given index. */ public com.google.protobuf.ByteString getNotExistVidsBytes(int index) { return notExistVids_.getByteString(index); } /** *
     *不存在的视频VID列表
     * 
* * repeated string NotExistVids = 2; * @param index The index to set the value at. * @param value The notExistVids to set. * @return This builder for chaining. */ public Builder setNotExistVids( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureNotExistVidsIsMutable(); notExistVids_.set(index, value); onChanged(); return this; } /** *
     *不存在的视频VID列表
     * 
* * repeated string NotExistVids = 2; * @param value The notExistVids to add. * @return This builder for chaining. */ public Builder addNotExistVids( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureNotExistVidsIsMutable(); notExistVids_.add(value); onChanged(); return this; } /** *
     *不存在的视频VID列表
     * 
* * repeated string NotExistVids = 2; * @param values The notExistVids to add. * @return This builder for chaining. */ public Builder addAllNotExistVids( java.lang.Iterable values) { ensureNotExistVidsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, notExistVids_); onChanged(); return this; } /** *
     *不存在的视频VID列表
     * 
* * repeated string NotExistVids = 2; * @return This builder for chaining. */ public Builder clearNotExistVids() { notExistVids_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
     *不存在的视频VID列表
     * 
* * repeated string NotExistVids = 2; * @param value The bytes of the notExistVids to add. * @return This builder for chaining. */ public Builder addNotExistVidsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureNotExistVidsIsMutable(); notExistVids_.add(value); onChanged(); return this; } @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.VodGetRecPosterData) } // @@protoc_insertion_point(class_scope:Byteplus.Vod.Models.Business.VodGetRecPosterData) private static final com.byteplus.service.vod.model.business.VodGetRecPosterData DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.byteplus.service.vod.model.business.VodGetRecPosterData(); } public static com.byteplus.service.vod.model.business.VodGetRecPosterData getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public VodGetRecPosterData parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new VodGetRecPosterData(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.VodGetRecPosterData getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy